Skip to content

Commit

Permalink
Add scripts/git-run-all-in-branches.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iva2k committed Feb 7, 2024
1 parent 451d959 commit ecdd509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-run-all-in-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function main() {
LOGFILE_I="$LOGFILE.$TARGET_BRANCH"
(rm "$LOGFILE_I" 2>/dev/null)
errors[i]="--"
outputs[i]="\033[31m(did not run)"
outputs[i]="\033[31m(did not run)\033[36m"
done
# errors[0]=0 ;# for DEBUG only
# errors[1]=1 ;# for DEBUG only
Expand Down

0 comments on commit ecdd509

Please sign in to comment.