6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-08 15:44:18 +00:00

Finish refactoring by replacing old pkg with new one

This commit is contained in:
Grzegorz Dlugoszewski
2020-05-28 16:34:44 +02:00
parent ca9be3d98f
commit 1bc3928cf5
14 changed files with 523 additions and 1432 deletions

View File

@@ -27,7 +27,7 @@ func Run(cmd *cobra.Command, args []string) error {
return err
}
_, err = pkg.CloneRepo(url, ReposRoot)
_, err = pkg.CloneRepo(url, ReposRoot, false)
return err
}