Skip to content

Commit

Permalink
fix: fix netrc username flag destination
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Nov 12, 2024
1 parent b9ed7ff commit 03630f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 03630f2

Please sign in to comment.