From 5799c48fbea1763b9309d1f52ed1a7c02e5c338b Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:51:30 +0530 Subject: [PATCH] fix: cleaning up typos in printf --- functions/onprem/worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/onprem/worker/worker.go b/functions/onprem/worker/worker.go index 80ddc475..a05de7fc 100644 --- a/functions/onprem/worker/worker.go +++ b/functions/onprem/worker/worker.go @@ -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) } /*