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:
@@ -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