Skip to content

Commit b22a8e2

Browse files
apply suggested change
1 parent 9b739c2 commit b22a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start-mongodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ -z "$MONGODB_VERSION" ]; then
4646
exit 2
4747
fi
4848

49-
echo "::group::Using mogo image $MONGODB_IMAGE:$MONGODB_VERSION"
49+
echo "::group::Using MongoDB Docker image $MONGODB_IMAGE:$MONGODB_VERSION"
5050

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

0 commit comments

Comments
 (0)