We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a54f6 commit bab5647Copy full SHA for bab5647
go/cmd/dolt/commands/admin/createchunk/createcommit.go
@@ -48,7 +48,7 @@ func (cmd CreateCommitCmd) Description() string {
48
// RequiresRepo should return false if this interface is implemented, and the command does not have the requirement
49
// that it be run from within a data repository directory
50
func (cmd CreateCommitCmd) RequiresRepo() bool {
51
- return false
+ return true
52
}
53
54
func (cmd CreateCommitCmd) Docs() *cli.CommandDocumentation {
0 commit comments