From b30941d7736ccb44211c3f63eb724c509b1bd1b3 Mon Sep 17 00:00:00 2001 From: Kim Ausloos Date: Tue, 26 Feb 2013 09:12:30 +0100 Subject: [PATCH] Update Propane.app install test message --- recipes/propane.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/propane.rb b/recipes/propane.rb index b7e95097..62f53a38 100644 --- a/recipes/propane.rb +++ b/recipes/propane.rb @@ -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