Skip to content

Commit

Permalink
Fix typos in Rakefile (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcameron89 authored and nateberkopec committed Jul 8, 2017
1 parent 5bbe6f3 commit 263333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -149,7 +149,7 @@ task :ensure_no_puma_gem do
Bundler.with_clean_env do
out = `gem list puma`.strip
if !$?.success? || out != ""
abort "No other puma version should be install to avoid false positives or lading it by accident but found #{out}"
abort "No other puma version should be installed to avoid false positives or loading it by accident but found #{out}"
end
end
end
Expand Down

0 comments on commit 263333a

Please sign in to comment.