We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b54aa0 commit 028d2a5Copy full SHA for 028d2a5
bashpack.sh
@@ -1248,9 +1248,14 @@ install_cli() {
1248
1249
display_info "end of self installation."
1250
1251
- if [ "$(exists_command "$NAME_ALIAS")" = "exists" ]; then
1252
- display_success "$NAME $($NAME_ALIAS --version) ($($NAME_ALIAS --publication)) is ready."
+
+ # Success message
1253
+ if [ "$chosen_publication" = "" ] || [ "$chosen_publication" = "$($NAME_ALIAS --publication)" ]; then
1254
+ if [ "$(exists_command "$NAME_ALIAS")" = "exists" ]; then
1255
+ display_success "$NAME $($NAME_ALIAS --version) ($($NAME_ALIAS --publication)) is ready."
1256
+ fi
1257
fi
1258
1259
else
1260
verify_cli_commands
1261
0 commit comments