Skip to content

Commit

Permalink
Merge pull request #1439 from Posya/main
Browse files Browse the repository at this point in the history
Fixing a bug in the comment
  • Loading branch information
vroldanbet authored Jul 14, 2023
2 parents 8681cd5 + 030ea3c commit e9748fd
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 e9748fd

Please sign in to comment.