Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 13, 2024
1 parent cceb8b3 commit 1f66b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ is_curl_installed() {
local curl_path="$(which_curl)"

if [ -z "$curl_path" ]; then
echo "[INSTALLATION_FAILED] curl is required and appears to not be installed"
echo "[INSTALLATION_FAILED] curl is required and is not installed"
echo "? install curl [$(install_curl_command)] and try again"

return 1
Expand Down
2 changes: 1 addition & 1 deletion spec/install_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Commands:
It 'is false (1)'
When call is_curl_installed
The status should equal 1
The output should equal "[INSTALLATION_FAILED] curl is required and appears to not be installed
The output should equal "[INSTALLATION_FAILED] curl is required and is not installed
? install curl [$(install_curl_command)] and try again"
End
End
Expand Down

0 comments on commit 1f66b11

Please sign in to comment.