From 7436670b87e6a6138c5b34796d7734233dcbeb47 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 1 May 2012 09:04:07 -0500 Subject: [PATCH] correcting issue in Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 911a055..a02ada0 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,7 @@ end desc "remove all files added" task :uninstall do - linkable do |linkable, file, target| + linkables do |linkable, file, target| if File.symlink?(target) FileUtils.rm(target) end