dev: fix a typo in the log about preserving temp (#4491)
This commit is contained in:
parent
59202b196d
commit
331d29bee3
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user