Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Nov 4, 2024
1 parent b43ff55 commit a0e4e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var initCmd = &cobra.Command{
}
// Since the new logger ignores pterm output the credential table is no longer printed on init.
// This note is the intended replacement, rather than printing creds by default.
logger.From(ctx).Info("init complete. To get Zarf service credentials run `zarf tools get-creds`")
logger.From(ctx).Info("init complete. To get the credentials for Zarf deployed services run `zarf tools get-creds`")
return nil
},
}
Expand Down

0 comments on commit a0e4e9a

Please sign in to comment.