From fa2bb807edb16e43102f89030ee2c717c4725aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 22 Jun 2024 16:06:58 +0200 Subject: [PATCH] Revert "fix mongo variable" This reverts commit 59e7add393b1046922308fb3dde5385fef6299f4. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c9e26fa..04438b0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= nodejs_version="14" -YNH_MONGO_VERSION="7.0" +mongo_version="7.0" #================================================= # PERSONAL HELPERS