We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f7ab3 commit fb1d059Copy full SHA for fb1d059
src/shared/sandboxCommandBase.ts
@@ -160,8 +160,8 @@ export abstract class SandboxCommandBase<T> extends SfCommand<T> {
160
[
161
messages.getMessage('sandboxSuccess'),
162
messages.getMessages('sandboxSuccess.actions', [
163
- this.config.bin,
164
results.sandboxRes?.authUserName,
+ this.config.bin,
165
166
]),
167
].join(os.EOL)
0 commit comments