Merge branch 'main' into gold_integration
diff --git a/images/js/helpers/gold.js b/images/js/helpers/gold.js
index 4d961c1..e71071b 100644
--- a/images/js/helpers/gold.js
+++ b/images/js/helpers/gold.js
@@ -30,7 +30,7 @@
   const githubCommit = process.env.GITHUB_SHA;
   // initalizes the process
   await execToPromise(`goldctl imgtest init --work-dir ./tmp --commit ${githubCommit} --keys-file ./keys.json --instance lottie-animation-community --bucket lottie-animation-community-tests`);
-  console.log('IMAGE INIT');
+  console.log('IMAGE INITIALIZE');
   console.log(`goldctl imgtest init --work-dir ./tmp --commit ${githubCommit} --keys-file ./keys.json --instance lottie-animation-community --bucket lottie-animation-community-tests`);
 };