We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76c091 commit 906d45fCopy full SHA for 906d45f
1 file changed
internal/auth/auth.go
@@ -41,7 +41,7 @@ func (a *Auth) GetToken(ctx context.Context) (string, error) {
41
return "", fmt.Errorf("authentication required: set LOCALSTACK_AUTH_TOKEN or run in interactive mode")
42
}
43
44
- output.EmitSecondaryLog(a.sink, "> Welcome to LSTK, LocalStack's command-line interface")
+ output.EmitSecondaryLog(a.sink, "> Welcome to LSTK, a command-line interface for LocalStack")
45
output.EmitLog(a.sink, "")
46
token, err := a.login.Login(ctx)
47
if err != nil {
0 commit comments