From 1da2c0e983ccd12b731804f5cf4f3638f7ea9b74 Mon Sep 17 00:00:00 2001 From: Angel Martz Date: Wed, 31 Oct 2012 08:17:18 -0600 Subject: [PATCH] hola --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index adf436a..15675b5 100644 --- a/auto.sh +++ b/auto.sh @@ -5,8 +5,8 @@ if test $# -lt 1; then echo Agregando commit "auto" git commit -m "auto commit" else - echo Agregando commit $1 - git commit -m $1 + echo Agregando commit "$1" + git commit -m "$1" fi echo Subiendo archivos git push origin master \ No newline at end of file