aboutsummaryrefslogtreecommitdiff
path: root/init_dir.go
diff options
context:
space:
mode:
Diffstat (limited to 'init_dir.go')
-rw-r--r--init_dir.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/init_dir.go b/init_dir.go
index e895f00..5ade692 100644
--- a/init_dir.go
+++ b/init_dir.go
@@ -55,8 +55,6 @@ func isDir(dir string) error {
// In reverse mode, we create .gocryptfs.reverse.conf and the directory does
// not need to be empty.
func initDir(args *argContainer) {
- initGIT()
-
var err error
if args.reverse {
_, err = os.Stat(args.config)