Skip to content

Commit

Permalink
Merge pull request #371 from dxw/fix-login-quiet-mode
Browse files Browse the repository at this point in the history
Fix login quiet mode
  • Loading branch information
Stretch96 authored Oct 3, 2024
2 parents 93eaa7c + 7c89304 commit 2c8d13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dalmatian
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ then
"$SUBCOMMAND" != "update"
]]
then
if [ "$IS_PARENT_SCRIPT" == 1 ]
if [[ "$IS_PARENT_SCRIPT" == 1 && "$QUIET_MODE" == 0 ]]
then
"$APP_ROOT/bin/dalmatian" aws-sso login
fi
Expand Down

0 comments on commit 2c8d13b

Please sign in to comment.