Changed update to pull to match git commands

This commit is contained in:
Jorge Dias
2010-05-02 19:14:16 +02:00
parent 95d22951b3
commit 94975b49e7

View File

@@ -44,9 +44,9 @@ class Homesick < Thor
end end
end end
desc "update NAME", "Update the specified castle" desc "pull NAME", "Update the specified castle"
def update(name) def pull(name)
check_castle_existance(name, "update") check_castle_existance(name, "pull")
inside repos_dir.join(name) do inside repos_dir.join(name) do
git_pull git_pull