diff options
Diffstat (limited to 'asp.in')
-rw-r--r-- | asp.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ update_local_branches() { while read -r branchname; do git branch -qf "$branchname" "refs/remotes/$branchname" || r=1 - done < <(git branch) + done < <(git branch --no-color) return "$r" } |