From 4d43bc42617b7021dacf54082df75b8d837d2941 Mon Sep 17 00:00:00 2001
From: julenalbi <julenalbizuri3@gmail.com>
Date: Thu, 17 Mar 2022 17:57:58 +0100
Subject: [PATCH] change version updater script name

---
 stack-updater/stack_updater.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml
index a61556c..b8930ee 100644
--- a/stack-updater/stack_updater.yml
+++ b/stack-updater/stack_updater.yml
@@ -14,7 +14,7 @@ update:
     script:
       - git checkout $current_version
       - git pull
-      - package-version-updater/npmVersionUpdater.js -v $current_version -n digicon
+      - package-version-updater/versionUpdater.js -v $current_version
       - git add package.json
       - git commit -m "Dependencies updated to $current_version"
       - npm version --allow-same-version $current_version
-- 
GitLab