Skip to content

Commit

Permalink
# This is a combination of 3 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Update update-config-map.sh

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
# The commit message #2 will be skipped:

# Fix wrong review

# The commit message #3 will be skipped:

# Fix if
  • Loading branch information
lvarin committed Jul 11, 2024
1 parent e13b989 commit 01aafa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-config-map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ then
exit 1
fi

if [ -z "$MONGO_HOST" ];
if [[ -z "$MONGO_HOST" ]];
then
MONGO_HOST='mongodb'
fi
Expand Down

0 comments on commit 01aafa1

Please sign in to comment.