Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 918dcb3

Browse files
authored
Lint fix
Fix lint issue introduced in #3149.
1 parent 0a21792 commit 918dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/util/rejectUnauthorized.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var pkg = require('../../package.json');
77
* @param {Array} args
88
* @api private
99
*/
10-
function getArgument(name, args) {
10+
function getArgument(name, args) {
1111
var flags = args || process.argv.slice(2),
1212
index = flags.lastIndexOf(name);
1313

0 commit comments

Comments
 (0)