diff --git a/install.sh b/install.sh index 768fd4eedc..8a780d2b50 100644 --- a/install.sh +++ b/install.sh @@ -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"