Skip to content

Commit

Permalink
fix migration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dukex committed Jun 20, 2022
1 parent 99e8a2c commit e526476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cli/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewCommand() *cobra.Command {
Use: "setup",
Run: func(c *cobra.Command, args []string) {
databaseURL := os.Getenv("DATABASE_URL")
sourceURL := "github://dukex/ely/migrations#master"
sourceURL := "github://dukex/ely/migrations#main"

m, err := migrate.New(sourceURL, databaseURL)

Expand Down

0 comments on commit e526476

Please sign in to comment.