We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82393a commit cc77e45Copy full SHA for cc77e45
cmd/acr-credential-provider/main.go
@@ -53,7 +53,7 @@ func main() {
53
return nil
54
},
55
Version: version.Get().GitVersion,
56
- RunE: func(cmd *cobra.Command, args []string) error {
+ RunE: func(_ *cobra.Command, args []string) error {
57
if err := NewCredentialProvider(args[0], RegistryMirrorStr).Run(context.TODO()); err != nil {
58
klog.Errorf("Error running acr credential provider: %v", err)
59
return err
0 commit comments