Skip to content

Commit 28f4b0c

Browse files
committed
Fix jdbc-mysql, name need to follow jar file naming
1 parent 2845b42 commit 28f4b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-mysql/lib/jdbc/mysql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Jdbc
55
module MySQL
66

77
def self.driver_jar
8-
"mysql-connector-java-#{DRIVER_VERSION}.jar"
8+
"mysql-connector-j-#{DRIVER_VERSION}.jar"
99
end
1010

1111
def self.load_driver(method = :load)

0 commit comments

Comments
 (0)