Fix shellcheck warning

master
Hektor Misplon 2024-01-28 20:33:29 +01:00
parent bab4c612f3
commit 3d1fe7b173
Signed by: hektor
GPG Key ID: 5151AF79E723F21C
1 changed files with 1 additions and 1 deletions

View File

@ -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"