Skip to content
Snippets Groups Projects

Solve issue 151: Fix wolf scripts

Merged Angel Santamaria-Navarro requested to merge fix_wolf_scripts_issue_151 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading