Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Small change to log message to help bump CI status
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza authored Jan 22, 2018
1 parent dee7864 commit a79ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ downloadFile "$BINARY_URL" "$DOWNLOAD_FILE"
echo "Setting executable permissions."
chmod +x "$DOWNLOAD_FILE"

echo "Moving to $INSTALL_DIRECTORY/dep"
echo "Moving executable to $INSTALL_DIRECTORY/dep"
mv "$DOWNLOAD_FILE" "$INSTALL_DIRECTORY/dep"

0 comments on commit a79ce47

Please sign in to comment.