Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #64 from ImJasonH/patch-1
Browse files Browse the repository at this point in the history
Fix tiny typo
  • Loading branch information
bjeanes committed Jan 6, 2014
2 parents f127f89 + d1c849a commit bc974fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku/kensa/check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def call!
check "contains config_vars array" do
data["api"]["config_vars"].is_a?(Array)
end
check "containst at least one config var" do
check "contains at least one config var" do
!data["api"]["config_vars"].empty?
end
check "all config vars are uppercase strings" do
Expand Down

0 comments on commit bc974fd

Please sign in to comment.