Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Oct 4, 2023
1 parent ea2beff commit aa5d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sqlite/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (s *Sqlite) Conn() (*sql.DB, error) {

dsn := os.Getenv("DSN")
if len(dsn) == 0 {
return nil, fmt.Errorf("missing dsn for mysql, please set `DSN`")
return nil, fmt.Errorf("missing dsn for sqlite, please set `DSN`")
}

var err error
Expand Down

0 comments on commit aa5d64a

Please sign in to comment.