Skip to content
Snippets Groups Projects

Fix wolf scripts issue 151

Closed Angel Santamaria-Navarro requested to merge fix_wolf_scripts_issue_151 into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,7 +12,7 @@ NC=$(tput sgr 0) # No Color
@@ -12,7 +12,7 @@ NC=$(tput sgr 0) # No Color
askIfGitBranch()
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}
DOIT=${ANSWER:-y}
OK=0
OK=0
Loading