Skip to content

Commit

Permalink
Merge pull request #1160 from intuit/logs
Browse files Browse the repository at this point in the history
bug in silent flag
  • Loading branch information
hipstersmoothie authored Apr 20, 2020
2 parents 5c42bf2 + 3ec5ede commit b42d4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default class NPMPlugin implements IPlugin {
auto.logger.logLevel === "verbose" ||
auto.logger.logLevel === "veryVerbose";
const verboseArgs = isQuiet
? ["-silent"]
? ["--silent"]
: isVerbose
? ["--loglevel", "silly"]
: [];
Expand Down

0 comments on commit b42d4f6

Please sign in to comment.