Skip to content

Commit bab5647

Browse files
committed
CreateCommitCmd requires a repo.
1 parent 19a54f6 commit bab5647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/cmd/dolt/commands/admin/createchunk/createcommit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (cmd CreateCommitCmd) Description() string {
4848
// RequiresRepo should return false if this interface is implemented, and the command does not have the requirement
4949
// that it be run from within a data repository directory
5050
func (cmd CreateCommitCmd) RequiresRepo() bool {
51-
return false
51+
return true
5252
}
5353

5454
func (cmd CreateCommitCmd) Docs() *cli.CommandDocumentation {

0 commit comments

Comments
 (0)