mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-14 09:20:40 +00:00
fix: fix netrc username flag destination
This commit is contained in:
parent
b9ed7ffa57
commit
03630f257d
@ -120,7 +120,7 @@ func Flags(settings *Settings, category string) []cli.Flag {
|
||||
Name: "netrc.username",
|
||||
Usage: "netrc username",
|
||||
EnvVars: []string{"CI_NETRC_USERNAME"},
|
||||
Destination: &settings.Netrc.Password,
|
||||
Destination: &settings.Netrc.Login,
|
||||
Category: category,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user