updated error messagE

This commit is contained in:
Eoin McAfee
2023-09-20 13:25:48 +01:00
parent 441a3ca577
commit 225cc9d295
+1 -1
View File
@@ -62,7 +62,7 @@ func loadConfig() Config {
registry = "gcr.io"
case "GAR":
if location == "" {
logrus.Fatalf("Error: For GAR, LOCATION must be set")
logrus.Fatalf("Error: For REGISTRY_TYPE of GAR, LOCATION must be set")
}
registry = fmt.Sprintf("%s-docker.pkg.dev", location)
default: