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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user