G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Restructuring: git runner.Path not used correctly #283

Open achilleas-k opened 4 years ago

achilleas-k commented 4 years ago

The git.New() argument path should be used to specify the working directory for a git command, but this isn't used properly and "." is assumed everywhere.

achilleas-k commented 4 years ago

Should add a test to catch this.