Skip to content

Commit 663f9d4

Browse files
Apply suggestion from @yermulnik
Co-authored-by: George Yermulnik (Georgii Iermulnik) <yz@yz.kiev.ua>
1 parent 700a514 commit 663f9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ function common::populate_tool_cache {
607607
rm -rf "$tmp_dir"
608608
# Lost the race - the winner's copy is equally valid.
609609
[[ -x $cached_bin ]] && return 0
610-
common::colorify "red" "ERROR: Failed to move '$tool_name' version '$version' into place at '$cached_bin'."
610+
common::colorify "red" "ERROR: Failed to update '$cached_bin' with '$tool_name' version '$version'."
611611
return 1
612612
fi
613613

0 commit comments

Comments
 (0)