mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Fix a typo
This commit is contained in:
parent
facbf5ede6
commit
5e24ed4da3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
# or call the function as
|
# or call the function as
|
||||||
# ssh nickname <option>
|
# ssh nickname <option>
|
||||||
|
|
||||||
if [ -z $ssh_hosts ]; then
|
if [ -z "$ssh_hosts" ]; then
|
||||||
echo "ssh_hosts map not set"
|
echo "ssh_hosts map not set"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue