From 88b883191bfde0a091f5f173410fe89df2413092 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:26:03 +0200 Subject: [PATCH] Update file name comment (#6215) --- images/linux/scripts/installers/mongodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/mongodb.sh b/images/linux/scripts/installers/mongodb.sh index 524a211c3..6491d6dee 100644 --- a/images/linux/scripts/installers/mongodb.sh +++ b/images/linux/scripts/installers/mongodb.sh @@ -1,6 +1,6 @@ #!/bin/bash -e ################################################################################ -## File: homebrew.sh +## File: mongodb.sh ## Desc: Installs Mongo DB ################################################################################