correcting issue in Rakefile
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user