Skip to content

Commit bc5eb92

Browse files
Sam-Bate-ITVmarcuspoehls
authored andcommitted
apply suggested change
Co-authored-by: Marcus Pöhls <[email protected]>
1 parent 60e3ef2 commit bc5eb92

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)