Skip to content

Commit

Permalink
Fix jdbc-mysql, name need to follow jar file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Nov 13, 2024
1 parent 2845b42 commit 28f4b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc-mysql/lib/jdbc/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Jdbc
module MySQL

def self.driver_jar
"mysql-connector-java-#{DRIVER_VERSION}.jar"
"mysql-connector-j-#{DRIVER_VERSION}.jar"
end

def self.load_driver(method = :load)
Expand Down

0 comments on commit 28f4b0c

Please sign in to comment.