Skip to content

Commit

Permalink
Remove trailing slash from driver path
Browse files Browse the repository at this point in the history
Fixes #39
  • Loading branch information
Flamenco authored and kylefarris committed Feb 1, 2019
1 parent a583322 commit 8be2c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"connection_types": { "single": true, "pool": true, "cluster": false },
"versions": {
"2.5.4": {
"path": "./drivers/mysql/",
"path": "./drivers/mysql",
"active": true
},
"default": {
Expand All @@ -15,7 +15,7 @@
"connection_types": { "single": true, "pool": true, "cluster": false },
"versions": {
"4.1.0": {
"path": "./drivers/mssql/",
"path": "./drivers/mssql",
"active": true
},
"default": {
Expand Down

0 comments on commit 8be2c87

Please sign in to comment.