mirror of
https://github.com/grdl/git-get.git
synced 2026-03-23 11:55:08 +00:00
Rename bundle to dump
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user