mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01: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…
Add table
Add a link
Reference in a new issue