mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-28 23:14:48 +08:00
fix: improve wording
Signed-off-by: Max Jonas Werner <mail@makk.es>
This commit is contained in:
@ -109,7 +109,7 @@ func bootstrapGitLabCmdRun(cmd *cobra.Command, args []string) error {
|
||||
glToken := os.Getenv(glTokenEnvVar)
|
||||
if glToken == "" {
|
||||
var err error
|
||||
glToken, err = readPasswordFromStdin("Please type your GitLab personal access token: ")
|
||||
glToken, err = readPasswordFromStdin("Please enter your GitLab personal access token (PAT): ")
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not read token: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user