mirror of
https://github.com/octoleo/restic.git
synced 2025-02-10 15:48:29 +00:00
Allow using --repository-file in init
This commit is contained in:
parent
342520b648
commit
d857fb6e59
@ -43,10 +43,6 @@ func init() {
|
||||
}
|
||||
|
||||
func runInit(opts InitOptions, gopts GlobalOptions, args []string) error {
|
||||
if gopts.Repo == "" {
|
||||
return errors.Fatal("Please specify repository location (-r)")
|
||||
}
|
||||
|
||||
chunkerPolynomial, err := maybeReadChunkerPolynomial(opts, gopts)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user