Fix shellcheck warning
parent
bab4c612f3
commit
3d1fe7b173
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
ssh_hosts=$(grep -E 'Host [a-z0-9\-]*$' ~/.ssh/config | awk '{print $2}')
|
ssh_hosts="$(grep -E 'Host [a-z0-9\-]*$' ~/.ssh/config | awk '{print $2}')"
|
||||||
|
|
||||||
echo "$ssh_hosts"
|
echo "$ssh_hosts"
|
||||||
|
|
Loading…
Reference in New Issue