6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-06 06:27:58 +00:00

Rename bundle to dump

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-18 15:47:15 +02:00
parent 5a588f22d1
commit 3e9c7644c6
4 changed files with 12 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ func cloneSingleRepo(c *GetCfg) error {
}
func cloneDumpFile(c *GetCfg) error {
opts, err := ParseBundleFile(c.Dump)
opts, err := ParseDumpFile(c.Dump)
if err != nil {
return err
}