Skip to content

Commit

Permalink
Fixed backup to require a dolt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Jul 21, 2023
1 parent 02b9bcd commit 1bf52a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/commands/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (cmd BackupCmd) Description() string {
}

func (cmd BackupCmd) RequiresRepo() bool {
return false
return true
}

func (cmd BackupCmd) Docs() *cli.CommandDocumentation {
Expand Down

0 comments on commit 1bf52a9

Please sign in to comment.