Skip to content

Commit 4639b45

Browse files
apply suggested change
Co-authored-by: Marcus Pöhls <[email protected]>
1 parent 2ae9a45 commit 4639b45

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
@@ -29,7 +29,7 @@ if [ -z "$MONGODB_VERSION" ]; then
2929
exit 2
3030
fi
3131

32-
echo "::group::Using mogo image $MONGODB_IMAGE:$MONGODB_VERSION"
32+
echo "::group::Using MongoDB Docker image $MONGODB_IMAGE:$MONGODB_VERSION"
3333

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

0 commit comments

Comments
 (0)