Skip to content

Commit

Permalink
Fixing a bug in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kiselev committed Jul 13, 2023
1 parent 8681cd5 commit 38436ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spicedb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
cmd.RegisterMigrateFlags(migrateCmd)
rootCmd.AddCommand(migrateCmd)

// Add migration commands
// Add datastore commands
datastoreCmd, err := cmd.NewDatastoreCommand(rootCmd.Use)
if err != nil {
log.Fatal().Err(err).Msg("failed to register datastore command")
Expand Down

0 comments on commit 38436ce

Please sign in to comment.