Skip to content

Commit 331d29b

Browse files
authored
dev: fix a typo in the log about preserving temp (#4491)
1 parent 59202b1 commit 331d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/commands/custom.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (c *customCommand) runE(_ *cobra.Command, _ []string) error {
6464

6565
defer func() {
6666
if os.Getenv(envKeepTempFiles) != "" {
67-
log.Printf("WARN: The env var %s has been dectected: the temporary directory is preserved: %s", envKeepTempFiles, tmp)
67+
log.Printf("WARN: The env var %s has been detected: the temporary directory is preserved: %s", envKeepTempFiles, tmp)
6868

6969
return
7070
}

0 commit comments

Comments
 (0)