diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml
index a61556cbf4aea77e592d84edde280d6c11922317..b8930ee8755022ee007aa264a1618c1a77c53cfb 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