Skip to content
Snippets Groups Projects
Commit 9073bba9 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

cosmetics

parent ee33804f
No related branches found
No related tags found
2 merge requests!184Solve issue 151: Fix wolf scripts,!182Fix wolf scripts issue 151
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment