mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
||||
# ssh nickname <option>
|
||||
|
||||
if [ -z $ssh_hosts ]; then
|
||||
if [ -z "$ssh_hosts" ]; then
|
||||
echo "ssh_hosts map not set"
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue