From a79ce471a90529bf98499686201c7616e6b2e27a Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Mon, 22 Jan 2018 16:30:22 +0200 Subject: [PATCH] Small change to log message to help bump CI status --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"