Skip to content

Commit

Permalink
Fix typo (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
markacola authored Aug 4, 2020
1 parent 39a955b commit fe943cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'use strict';
const isDocker = require('.');

process.exitCode = isDocker ? 0 : 2;
process.exitCode = isDocker() ? 0 : 2;

0 comments on commit fe943cc

Please sign in to comment.