mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Merge pull request #1946 from apergy/patch-2
Made "pullCommitId" use the given callback
This commit is contained in:
commit
cf2af0e3a2
@ -2153,7 +2153,7 @@ CLI.pullAndGracefulReload = function (process_name, cb) {
|
||||
* @return
|
||||
*/
|
||||
CLI.pullCommitId = function (opts, cb) {
|
||||
Version.pullCommitId(opts.pm2_name, opts.commit_id);
|
||||
Version.pullCommitId(opts.pm2_name, opts.commit_id, cb);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user