From 792268d96b18ef5dea41ef3cbdcdf53c2a5f51ac Mon Sep 17 00:00:00 2001 From: topac Date: Fri, 17 Apr 2015 17:09:30 +0200 Subject: [PATCH] Revert "cosmetic" This reverts commit 40bd3d7132c0b9a91aa06ae61e909437199395e4. --- lib/knapsack/recipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/knapsack/recipe.rb b/lib/knapsack/recipe.rb index ef47047..ec4f4b2 100644 --- a/lib/knapsack/recipe.rb +++ b/lib/knapsack/recipe.rb @@ -267,7 +267,7 @@ def announce(action) when :download "Fetching files..." when :extract - "Extracting files into working directory" + "Extracting files into work directory" when :configure "Configuring" when :compile