fixed triton/spearhead in eval output
This commit is contained in:
parent
e980829ca9
commit
2d92219fef
@ -160,7 +160,7 @@ function do_env(subcmd, opts, args, cb) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
p('# Run this command to configure your shell:');
|
p('# Run this command to configure your shell:');
|
||||||
p('# eval "$(triton env%s%s)"',
|
p('# eval "$(spearhead env%s%s)"',
|
||||||
(shortOpts ? ' -'+shortOpts : ''),
|
(shortOpts ? ' -'+shortOpts : ''),
|
||||||
(profile.name === this.tritonapi.profile.name
|
(profile.name === this.tritonapi.profile.name
|
||||||
? '' : ' ' + profile.name));
|
? '' : ' ' + profile.name));
|
||||||
|
Reference in New Issue
Block a user