From 9073bba9cebc14b5401c93bfb2c3d0923208cd5e Mon Sep 17 00:00:00 2001
From: asantamaria <asantamaria@iri.upc.edu>
Date: Wed, 21 Mar 2018 10:15:25 +0100
Subject: [PATCH] cosmetics

---
 wolf_scripts/generic_func/functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolf_scripts/generic_func/functions.sh b/wolf_scripts/generic_func/functions.sh
index 57da3bbfd..f5c89a80b 100755
--- a/wolf_scripts/generic_func/functions.sh
+++ b/wolf_scripts/generic_func/functions.sh
@@ -12,7 +12,7 @@ NC=$(tput sgr 0) # No Color
 
 askIfGitBranch()
 {
- read -p "${CYAN}Do you want to create a new git branch(Y/n)?  ${NC}" ANSWER
+ read -p "${CYAN}Do you want to create a new git branch (y/n)?  ${NC}" ANSWER
  DOIT=${ANSWER:-y}
  OK=0
  
-- 
GitLab