Skip to content

Commit

Permalink
Update cyctl/internal/create/template_auth_rules.go
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Cvitanović <[email protected]>
  • Loading branch information
Abiji-2020 and petar-cvit authored Oct 11, 2024
1 parent d3a6863 commit 7f7040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyctl/internal/create/template_auth_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func getTeamplateAuthRulesFromPromt() (string, string, string, string, string, e
}

passwordNamePrompt := promptui.Prompt{
Label: "Password: Name",
Label: "Password secret name",
Validate: func(input string) error {
if input == "" {
return errors.New("The password name cannot be empty")
Expand Down

0 comments on commit 7f7040c

Please sign in to comment.