We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f34ec commit 3f34458Copy full SHA for 3f34458
1 file changed
commit
@@ -24,7 +24,7 @@ then
24
CUSTOM_BRANCHES=$(cat "$IGNORED_PATH")
25
BRANCHES=( $CUSTOM_BRANCHES )
26
IGNORED_BRANCHES=( ${IGNORED_BRANCHES[@]} ${BRANCHES[@]} )
27
- colorEcho "YELLOW" ".ignore file found. Skimming off from .ignore file"
+ colorEcho "YELLOW" "Excluding branches from .ignore file"
28
else
29
colorEcho "YELLOW" ".ignore file not found"
30
fi
0 commit comments