summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautodetect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodetect.sh b/autodetect.sh
index 56404ed..526ff8d 100755
--- a/autodetect.sh
+++ b/autodetect.sh
@@ -18,7 +18,7 @@ XRANDR="$(xrandr -q)"
## Some functions
get_resolution() {
- grep -A1 "^$1\s*connected" | tail -n1 | awk '{print $1 }'
+ grep -A1 "^$1\s*connected" | tail -n1 | awk '{ print $1 }'
}
detect_status() {