Skip to content

Commit fb1d059

Browse files
committed
chore: fix bug in message
1 parent c3f7ab3 commit fb1d059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/sandboxCommandBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ export abstract class SandboxCommandBase<T> extends SfCommand<T> {
160160
[
161161
messages.getMessage('sandboxSuccess'),
162162
messages.getMessages('sandboxSuccess.actions', [
163-
this.config.bin,
164163
results.sandboxRes?.authUserName,
164+
this.config.bin,
165165
results.sandboxRes?.authUserName,
166166
]),
167167
].join(os.EOL)

0 commit comments

Comments
 (0)