From: Chris Rebert Date: Thu, 17 Dec 2015 05:15:33 +0000 (-0800) Subject: grunt/change-version.js: Remove extraneous semicolon X-Git-Tag: v4.0.0-alpha.3~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd0e66632131fc12b1c40f3ff0c6111dae9d2ee;p=thirdparty%2Fbootstrap.git grunt/change-version.js: Remove extraneous semicolon [ci skip] --- diff --git a/grunt/change-version.js b/grunt/change-version.js index cfc53bf071..dea04cea41 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));