diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default
index eef7304..b0e7e3c 100755
--- a/default/home/.sapphrc/default
+++ b/default/home/.sapphrc/default
@@ -45,8 +45,8 @@ pushall() {
   git add .
   git commit -m "${1}"
   git push origin
-  bool_tag="y"
   read -p "tag as well? (Y/n)" bool_tag
+  [ -z ${bool_tag} ] && bool_tag="y"
   case "${bool_tag}" in
     [yY]|[yY][eE][sS])
       read -p "Tag version: " ver_tag