Skip to content

Commit

Permalink
fix: pm2 plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 12, 2018
1 parent f807937 commit 9bc34e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pm2
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ commander.command('plus [secret] [public] [name]')
ws: true
}

if (sec == null && pub == null) {
if (sec == 'link' || sec == 'relink') {
return pm2._pre_interact(null, null, null, opts, function(err, dt) {
pm2.speedList()
})
Expand Down

0 comments on commit 9bc34e5

Please sign in to comment.