Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
Fix lint issue introduced in #3149.
  • Loading branch information
xzyfer committed Nov 28, 2021
1 parent 0a21792 commit 918dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util/rejectUnauthorized.js
Expand Up @@ -7,7 +7,7 @@ var pkg = require('../../package.json');
* @param {Array} args
* @api private
*/
function getArgument(name, args) {
function getArgument(name, args) {
var flags = args || process.argv.slice(2),
index = flags.lastIndexOf(name);

Expand Down

0 comments on commit 918dcb3

Please sign in to comment.