Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
client: Convert TODO to issue
Browse files Browse the repository at this point in the history
Track this with #11.
  • Loading branch information
apostergiou committed Apr 3, 2018
1 parent 5a53efb commit 331a7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 331a7d4

Please sign in to comment.