diff --git a/git/githelpers b/git/githelpers index 4edb54f..dff0168 100644 --- a/git/githelpers +++ b/git/githelpers @@ -65,8 +65,8 @@ del_pr() { } clean_branches() { - BRANCHES=`git branch | grep -v \*` - for i in ${BRANCHES}; do - git branch -d $i - done + BRANCHES=`git branch | grep -v \*` + for i in ${BRANCHES}; do + git branch -d $i + done } \ No newline at end of file