Renamed symlink action to ln_s.

This commit is contained in:
Joshua Nichols
2010-03-31 23:57:18 -04:00
parent cde7989e85
commit 46b2cbfa3f
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class Homesick
end
end
def symlink(source, destination, config = {})
def ln_s(source, destination, config = {})
destination = Pathname.new(destination)
if destination.symlink?