check-dead-repos.fish: Remove trailing space from total

parent 0accc725
......@@ -38,7 +38,7 @@ for package in $packages
set count (math $count + $status)
end
set -l total (ls $packages | wc -l)
set -l total (ls $packages | wc -l | tr -d ' ')
if test $count -gt 0
echo Found $count/$total repositories with issues 💥
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment