From 07fd03c13b6505852bbfc480dbc2b7590dd49cd9 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 2 Jan 2012 21:49:11 +0100 Subject: [PATCH] regeneration --- tasks/hpublish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hpublish b/tasks/hpublish index b26b63e40..ad78b8d5a 100755 --- a/tasks/hpublish +++ b/tasks/hpublish @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -if [[ $HOST = "YiMac.local" ]]; then +if [[ $HOST = "iMac-de-Yann.local" ]]; then cd $HOME/Sites/webroot git co master (( $? == 0 )) || { exit 1 }