dev: fix a typo in the log about preserving temp (#4491)

This commit is contained in:
Oleksandr Redko 2024-03-12 20:11:36 +02:00 committed by GitHub
parent 59202b196d
commit 331d29bee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}