Skip to content

Commit c9d5087

Browse files
committed
oops
1 parent f95d4e8 commit c9d5087

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/docker-sync/cmd/sync.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package cmd
22

33
import (
44
"context"
5-
"fmt"
65
"os"
76
"os/signal"
87
"path/filepath"
@@ -140,8 +139,7 @@ var syncCmd = &cobra.Command{
140139
if err != nil {
141140
log.Fatal().Err(err).Msg("Failed to create temporary directory")
142141
}
143-
fmt.Println(tmpDir)
144-
// defer os.RemoveAll(tmpDir)
142+
defer os.RemoveAll(tmpDir)
145143

146144
b, err := yaml.Marshal(cnf)
147145
if err != nil {

0 commit comments

Comments
 (0)