diff --git a/bare.sh b/bare.sh index 7bf3302..57135e0 100755 --- a/bare.sh +++ b/bare.sh @@ -231,7 +231,7 @@ if [[ $CMD == "repos" ]]; then if [[ -z ${tok[2]} ]]; then tags="n/a" else - tags=`echo "${tok[2]}" | sed -e 's/,/ /'` + tags=`echo "${tok[2]}" | sed -e 's/,/ /g'` fi printf "$format" "$thisrepo" "$thispath" "$tags"