We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e3ef2 commit bc5eb92Copy full SHA for bc5eb92
start-mongodb.sh
@@ -46,7 +46,7 @@ if [ -z "$MONGODB_VERSION" ]; then
46
exit 2
47
fi
48
49
-echo "::group::Using mogo image $MONGODB_IMAGE:$MONGODB_VERSION"
+echo "::group::Using MongoDB Docker image $MONGODB_IMAGE:$MONGODB_VERSION"
50
51
echo "::group::Selecting correct MongoDB client"
52
if [ "`echo $MONGODB_VERSION | cut -c 1`" -le "4" ]; then
0 commit comments