From 25cdb72d5ba14aba5f9b2f6497bbb70cf4ae873f Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 12 Mar 2024 19:26:52 +0200 Subject: [PATCH] dev: fix a typo in the log about preserving temp --- pkg/commands/custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/custom.go b/pkg/commands/custom.go index 3ecb724b76d7..1241aad9622d 100644 --- a/pkg/commands/custom.go +++ b/pkg/commands/custom.go @@ -64,7 +64,7 @@ func (c *customCommand) runE(_ *cobra.Command, _ []string) error { defer func() { if os.Getenv(envKeepTempFiles) != "" { - log.Printf("WARN: The env var %s has been dectected: the temporary directory is preserved: %s", envKeepTempFiles, tmp) + log.Printf("WARN: The env var %s has been detected: the temporary directory is preserved: %s", envKeepTempFiles, tmp) return }