Skip to content

Commit

Permalink
fix typo in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SwagDevOps committed May 13, 2018
1 parent e3d28dc commit 223f559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler.rb
Expand Up @@ -821,7 +821,7 @@ def prepare_local
if gemspecs.size > 0
raise "Multiple gemspecs detected" unless 1 == gemspecs.size

install_from_gemspec gemspec.first, gemfiles
install_from_gemspec gemspecs.first, gemfiles
elsif gemfiles.size > 0
raise 'Multiple Gemfiles detected' unless 1 == gemfiles.size

Expand Down

0 comments on commit 223f559

Please sign in to comment.