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

Commit

Permalink
Update Propane.app install test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Ausloos committed Feb 26, 2013
1 parent 9ea8827 commit b30941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/propane.rb
Expand Up @@ -18,7 +18,7 @@

ruby_block "test to see if Propane.app was installed" do
block do
raise "GitHub.app was not installed" unless File.exists?(node["propane_app_path"])
raise "Propane.app was not installed" unless File.exists?(node["propane_app_path"])
end
end

Expand Down

0 comments on commit b30941d

Please sign in to comment.