Skip to content

Commit

Permalink
fix: remove extra period on migration creation (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkevandenhoven authored Sep 6, 2023
1 parent e84becd commit 6e44347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/migration/new/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Run(migrationName string, stdin afero.File, fsys afero.Fs) error {
}
}

fmt.Println("Created new migration at " + utils.Bold(path) + ".")
fmt.Println("Created new migration at " + utils.Bold(path))
return nil
}

Expand Down

0 comments on commit 6e44347

Please sign in to comment.