Skip to content

Commit

Permalink
Fix exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Nov 20, 2019
1 parent 7ccb567 commit 9185a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/secrets_cmds/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports.handler = async args => {

if (!deployKey) {
messages.authRequired();
// process.exitCode = 1;
process.exitCode = 1;
return;
}

Expand Down

0 comments on commit 9185a7a

Please sign in to comment.