aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgrunt/change-version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/change-version.js b/grunt/change-version.js
index cfc53bf07..dea04cea4 100755
--- a/grunt/change-version.js
+++ b/grunt/change-version.js
@@ -100,6 +100,6 @@ function main(args) {
'.yml'
]);
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
-};
+}
main(process.argv.slice(2));