Skip to content

Commit

Permalink
fix dumpper template import path
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jan 18, 2024
1 parent d50e0d6 commit 1476400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var migrationTemplate = template.Must(template.New("cmd.go-migration").Funcs(tem
import (
"context"
"github.com/c9s/rockhopper"
"github.com/c9s/rockhopper/v2"
)
func init() {
Expand Down

0 comments on commit 1476400

Please sign in to comment.