Fix go-getter

This commit is contained in:
Donny Xia
2020-05-26 17:42:31 -07:00
parent 5449dbc775
commit e5e4f33ac7

View File

@@ -60,6 +60,8 @@ func getRemoteTarget(rs *remoteTargetSpec) error {
return err
}
rs.Dir = filesys.ConfirmedDir(rs.Dir.Join("repo"))
// Get the pwd
pwd, err := os.Getwd()
if err != nil {