Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 3, 2018
1 parent 95904e9 commit 5dcd6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { startCase } from './utils';
import { parseRequest } from './utils/request';

// Use bars when possible as default
const isMinimal = !(env.ci || env.test || !env.tty);
const isMinimal = env.ci || env.test || !env.tty;

// Default plugin options
const DEFAULTS = {
Expand Down

0 comments on commit 5dcd6bf

Please sign in to comment.