TRITON-88 node-triton "env" doesn't call its callback

Reviewed by: Trent Mick <trentm@gmail.com>
Approved by: Trent Mick <trentm@gmail.com>
This commit is contained in:
Dave Eddy 2018-01-26 12:15:57 -05:00
parent 225410b4fc
commit 68a889b8b7
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Known issues:
`triton network ip update`
- [TRITON-24] node-triton ListNetworkIPs has unordered results, e.g.
`triton network ip list NETWORK`
- [TRITON-88] node-triton "env" doesn't call its callback
## 5.5.0

View File

@ -164,6 +164,7 @@ function do_env(subcmd, opts, args, cb) {
(shortOpts ? ' -'+shortOpts : ''),
(profile.name === this.tritonapi.profile.name
? '' : ' ' + profile.name));
cb();
}
do_env.options = [