From 94975b49e7714a18e7b1c8479e3be2114a3555a6 Mon Sep 17 00:00:00 2001 From: Jorge Dias Date: Sun, 2 May 2010 19:14:16 +0200 Subject: [PATCH] Changed update to pull to match git commands --- lib/homesick.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index 87a1982..5efd216 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -44,9 +44,9 @@ class Homesick < Thor end end - desc "update NAME", "Update the specified castle" - def update(name) - check_castle_existance(name, "update") + desc "pull NAME", "Update the specified castle" + def pull(name) + check_castle_existance(name, "pull") inside repos_dir.join(name) do git_pull