@ -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"