]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
grunt/change-version.js: Remove extraneous semicolon
authorChris Rebert <github@chrisrebert.com>
Thu, 17 Dec 2015 05:15:33 +0000 (21:15 -0800)
committerChris Rebert <github@chrisrebert.com>
Thu, 17 Dec 2015 05:15:33 +0000 (21:15 -0800)
[ci skip]

grunt/change-version.js

index cfc53bf0713e4055e2de9b9af6c501b5d00a31f0..dea04cea413944326bc2f72316fa6ec13e67e1ec 100755 (executable)
@@ -100,6 +100,6 @@ function main(args) {
     '.yml'
   ]);
   replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
-};
+}
 
 main(process.argv.slice(2));