Skip to content

Commit

Permalink
apply suggested change
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Pöhls <[email protected]>
  • Loading branch information
Sam-Bate-ITV and marcuspoehls authored Dec 9, 2024
1 parent 2ae9a45 commit 4639b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ -z "$MONGODB_VERSION" ]; then
exit 2
fi

echo "::group::Using mogo image $MONGODB_IMAGE:$MONGODB_VERSION"
echo "::group::Using MongoDB Docker image $MONGODB_IMAGE:$MONGODB_VERSION"

echo "::group::Selecting correct MongoDB client"
if [ "`echo $MONGODB_VERSION | cut -c 1`" -le "4" ]; then
Expand Down

0 comments on commit 4639b45

Please sign in to comment.