correcting issue in Rakefile

This commit is contained in:
Nick Nisi
2012-05-01 09:04:07 -05:00
parent 45fc5d0b6d
commit 7436670b87

View File

@@ -38,7 +38,7 @@ end
desc "remove all files added" desc "remove all files added"
task :uninstall do task :uninstall do
linkable do |linkable, file, target| linkables do |linkable, file, target|
if File.symlink?(target) if File.symlink?(target)
FileUtils.rm(target) FileUtils.rm(target)
end end