aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/802
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/80 b/bin/80
index b971f5d..298efff 100755
--- a/bin/80
+++ b/bin/80
@@ -75,7 +75,7 @@ len() {
}
if [ $# = 0 ]; then
- vcs ls-files | while read -r f; do
+ vcs ls | while read -r f; do
len "$f"
done
else