Skip to content

Commit

Permalink
Merge pull request #254 from kvii/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
go-jet authored Jul 24, 2023
2 parents c7d9721 + 5f8af89 commit d62f416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func main() {
)

case "":
printErrorAndExit("ERROR: required -source or -dns flag missing.")
printErrorAndExit("ERROR: required -source or -dsn flag missing.")

default:
printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.")
Expand Down

0 comments on commit d62f416

Please sign in to comment.