summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-11-23 20:02:48 +0100
committerGitHub <noreply@github.com>2020-11-23 20:02:48 +0100
commite3b13f16bfc543ffe98fac6b84b309fc8bf719ff (patch)
treed8311564105e01002bdb053a89b1b9c0c80ac812 /cmd
parent6723a25cfcd3f117f0d234b5449db7a6cc68bc2d (diff)
feat: Support for getting pull creds from external scripts (#121)
* feat: Support for getting pull creds from external scripts * spelling * be more verbose on error
Diffstat (limited to 'cmd')
-rw-r--r--cmd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 18eb7b2..c66da13 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -267,7 +267,7 @@ argocd-image-updater test nginx --allow-tags '^1.19.\d+(\-.*)*$' --update-strate
}
if err := ep.SetEndpointCredentials(nil); err != nil {
- log.Fatalf("could not set registry credentials")
+ log.Fatalf("could not set registry credentials: %v", err)
}
regClient, err := registry.NewClient(ep, "", "")