Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed May 10, 2023
1 parent 68cc005 commit 11f9848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/go-migrations/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

func printResults(results []*goose.MigrationResult) {
for _, res := range results {
log.Printf("OK %s (%s)", filepath.Base(res.Source), truncateDuration(res.Duration))
log.Printf("OK %s (%s)", filepath.Base(res.Fullpath), truncateDuration(res.Duration))
}
}

Expand Down

0 comments on commit 11f9848

Please sign in to comment.