From cbcb7f0fb318d255866aa243d8f473b96d4fe3cf Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:11:36 +0200 Subject: [PATCH] fix variable name --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 23dcf4c..57ab2f4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -2,7 +2,7 @@ #================================================= nodejs_version="18.20.2" -YNH_DEFAULT_MONGO_VERSION=6.0 +YNH_MONGO_VERSION=6.0 #================================================= # PERSONAL HELPERS