fix: cleaning up typos in printf

This commit is contained in:
Aditya
2024-11-04 13:51:30 +05:30
parent 294f4de9b8
commit 5799c48fbe
+1 -1
View File
@@ -441,7 +441,7 @@ func deployk8sApp(image string, identifier string, env []string) error {
if !baseDeployMode && !autoDeployOverride {
localRegistry = os.Getenv("REGISTRY_URL")
} else {
log.Printf("[DEBUG] Detected baseDeploy image (%s) and dockerhub override. Resorting to using dockerhub instead of registry", image)
log.Printf("[DEBUG] Detected baseDeploy image (%s) and ghcr override. Resorting to using ghcr instead of registry", image)
}
/*