File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ install_slack_cli() {
166166 if [ " $SLACK_CLI_DEV_VERSION " == " dev" ]; then
167167 delay 0.2 " 💾 Successfully downloaded the latest build to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
168168 else
169- delay 0.2 " 💾 Successfully downloaded Slack CLI v$LATEST_SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
169+ delay 0.2 " 💾 Successfully downloaded Slack CLI v$SLACK_CLI_DEV_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
170170 fi
171171
172172 delay 0.3 " 📦 Extracting the Slack CLI command binary to $( home_path " $slack_cli_bin_path " ) "
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ install_slack_cli() {
165165 echo -e " \x1b[2m\n$slack_cli_url "
166166 curl -# -fLo " $slack_cli_install_dir /slack-cli.tar.gz" " $slack_cli_url "
167167 echo -e " \x1b[0m"
168- delay 0.2 " 💾 Successfully downloaded Slack CLI v$LATEST_SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
168+ delay 0.2 " 💾 Successfully downloaded Slack CLI v$SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
169169
170170 delay 0.3 " 📦 Extracting the Slack CLI command binary to $( home_path " $slack_cli_bin_path " ) "
171171 tar -xf " $slack_cli_install_dir /slack-cli.tar.gz" -C " $slack_cli_install_dir "
You can’t perform that action at this time.
0 commit comments