Skip to content

Commit 906d45f

Browse files
committed
Rephase welcome output
1 parent f76c091 commit 906d45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (a *Auth) GetToken(ctx context.Context) (string, error) {
4141
return "", fmt.Errorf("authentication required: set LOCALSTACK_AUTH_TOKEN or run in interactive mode")
4242
}
4343

44-
output.EmitSecondaryLog(a.sink, "> Welcome to LSTK, LocalStack's command-line interface")
44+
output.EmitSecondaryLog(a.sink, "> Welcome to LSTK, a command-line interface for LocalStack")
4545
output.EmitLog(a.sink, "")
4646
token, err := a.login.Login(ctx)
4747
if err != nil {

0 commit comments

Comments
 (0)