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