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 2ae9a45 commit 4639b45Copy full SHA for 4639b45
start-mongodb.sh
@@ -29,7 +29,7 @@ if [ -z "$MONGODB_VERSION" ]; then
29
exit 2
30
fi
31
32
-echo "::group::Using mogo image $MONGODB_IMAGE:$MONGODB_VERSION"
+echo "::group::Using MongoDB Docker image $MONGODB_IMAGE:$MONGODB_VERSION"
33
34
echo "::group::Selecting correct MongoDB client"
35
if [ "`echo $MONGODB_VERSION | cut -c 1`" -le "4" ]; then
0 commit comments