aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh
index e3ada13..c93c948 100755
--- a/scripts/gc.sh
+++ b/scripts/gc.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
disk_space() {
- ,u | awk '{print $5" "$6}'
+ u | awk '{print $5" "$6}'
}
before=$(disk_space)