From: Iskren Chernev Date: Thu, 10 Nov 2016 09:31:14 +0000 (-0800) Subject: Fix linter issue X-Git-Tag: 2.17.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0f36f4afa6d4896f72ca20aab019fdadd469f5;p=thirdparty%2Fmoment.git Fix linter issue --- diff --git a/tasks/nuget.js b/tasks/nuget.js index d67796c27..b5604b6b4 100644 --- a/tasks/nuget.js +++ b/tasks/nuget.js @@ -24,7 +24,7 @@ module.exports = function (grunt) { }); grunt.registerTask('nugetkey_pre', function () { grunt.option('key', process.env.NUGET_KEY); - grunt.option('source', "https://www.nuget.org/api/v2/package"); + grunt.option('source', 'https://www.nuget.org/api/v2/package'); }); grunt.registerTask('nugetkey_post', function () { grunt.option('key', null);