0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-11-13 23:10:41 +00:00

fix: fix netrc username flag destination

This commit is contained in:
Robert Kaussow 2024-11-12 01:20:46 +01:00
parent b9ed7ffa57
commit 03630f257d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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{