aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/shoal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shoal b/bin/shoal
index d2ecfc95..9fad9454 100755
--- a/bin/shoal
+++ b/bin/shoal
@@ -13,7 +13,7 @@
self=shoal
while read -r option value _ ; do
- if [[ $option == 'Host' && $value != *[^[:alnum:]_-]* ]] ; then
+ if [[ $option == 'Host' && $value != *[^[:alnum:]._-]* ]] ; then
printf '%s\n' "$value"
fi
done < "${1:-$HOME/.ssh/config}"