remove unnecessary formatting variable
This commit is contained in:
parent
5ddb3218cb
commit
791c1d9e0b
1 changed files with 1 additions and 1 deletions
2
gis
2
gis
|
|
@ -248,7 +248,7 @@ for dir in "${git_dirs[@]}"; do
|
|||
fi
|
||||
if [ "$current_branch" != "$origin_head" ]; then
|
||||
num_additional_branches=$(( num_additional_branches - 1 ))
|
||||
output="${output} (${origin_head}${text_reset})"
|
||||
output="${output} (${origin_head})"
|
||||
fi
|
||||
if [[ $num_additional_branches -gt 0 ]]; then
|
||||
output="${output} (+${num_additional_branches})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue