Skip to content

Commit

Permalink
Merge branch 'AppLovin-yajl' into 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cowie committed Jan 26, 2015
2 parents 4c5bbc3 + 7a835cf commit f585c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-spork/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def load_environment(environment_name)
def load_environment_from_file(environment_name)
begin
environment_loader.object_from_file("#{environment_path}/#{environment_name}.json")
rescue Yajl::ParseError => e
rescue FFI_Yajl::ParseError => e
raise "#{environment_name} environment file has syntactically incorrect json.\n #{e.to_s}"
end
end
Expand Down

0 comments on commit f585c78

Please sign in to comment.