Skip to content

Commit 8be2c87

Browse files
Flamencokylefarris
authored andcommitted
Remove trailing slash from driver path
Fixes #39
1 parent a583322 commit 8be2c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/drivers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"connection_types": { "single": true, "pool": true, "cluster": false },
44
"versions": {
55
"2.5.4": {
6-
"path": "./drivers/mysql/",
6+
"path": "./drivers/mysql",
77
"active": true
88
},
99
"default": {
@@ -15,7 +15,7 @@
1515
"connection_types": { "single": true, "pool": true, "cluster": false },
1616
"versions": {
1717
"4.1.0": {
18-
"path": "./drivers/mssql/",
18+
"path": "./drivers/mssql",
1919
"active": true
2020
},
2121
"default": {

0 commit comments

Comments
 (0)