From 6e5cf4d4477c41d36d4fab5b7458fe2f01c32a2c Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 2 Nov 2016 21:00:12 -0700 Subject: remove .git directory from new ponzu project --- cmd/ponzu/options.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 3790010..c905b47 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -288,9 +288,7 @@ func createProjInDir(path string) error { return err } - // TODO: remove .git from ponzu project path gitDir := filepath.Join(path, ".git") - fmt.Println(gitDir) err = os.RemoveAll(gitDir) if err != nil { fmt.Println("Failed to remove .git directory from your project path. Consider removing it manually.") -- cgit v1.2.3