From 331a7d48657c98102f33c6f8aaa8ce62ac69aafd Mon Sep 17 00:00:00 2001 From: Apostolis Stergiou Date: Tue, 3 Apr 2018 09:47:03 +0300 Subject: [PATCH] client: Convert TODO to issue Track this with #11. --- client/transport.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/transport.go b/client/transport.go index 3bfb717..0526375 100644 --- a/client/transport.go +++ b/client/transport.go @@ -19,7 +19,6 @@ func (ts Scp) Copy(user, host, project, src, dst string) []string { type Rsync struct{} func (ts Rsync) Copy(user, host, project, src, dst string) []string { - // TODO: make this configurable module := "mistry" idx := strings.Index(src, project)