git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xissues/display2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/display b/issues/display
index 0a19d43..c04502e 100755
--- a/issues/display
+++ b/issues/display
@@ -13,7 +13,7 @@ for i in "${FARR[@]}";do
unset IFS
if [ -z "$COLUMNS" ];then
COLUMNS="$(tput cols)"
- [ -z "$COLUMNS"] && COLUMNS=20
+ [ -z "$COLUMNS" ] && COLUMNS=20
fi
printf "\\033[;1m"
for ((j=0;j<$COLUMNS;++j)); do printf -- "-"; done