Changed update to pull to match git commands
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user