Skip to content

Commit

Permalink
Fix install script text (hazelcast#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Aug 31, 2023
1 parent 4daf3b0 commit bb86d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/unix/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ maybe_print_old_clc_warning () {
if [[ "$clc_path" != "" && "$clc_path" != "$bin_path" ]]; then
echo
echo_note "A binary named 'clc' already exists at ${clc_path}."
echo_indent ' You may want to delete it before running the installed CLC.'
echo_indent " $ sudo rm -f ${clc_path}"
echo_indent 'You may want to delete it before running the installed CLC.'
echo_indent "$ sudo rm -f ${clc_path}"
fi
}

Expand Down

0 comments on commit bb86d74

Please sign in to comment.