Skip to content

Commit

Permalink
Fixed typo that causes jdbc to fail to load in jruby.
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
crayfishx committed Oct 2, 2017
1 parent 36ad265 commit 99f1bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/functions/hiera_mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
Puppet::Functions.create_function(:hiera_mysql) do

if defined?(JRUBY_VERISON)
if defined?(JRUBY_VERSION)
begin
require 'java'
require 'jdbc/mysql'
Expand Down

0 comments on commit 99f1bc0

Please sign in to comment.