fix typo
This commit is contained in:
parent
06c89c1711
commit
7187ba8993
@ -209,7 +209,7 @@ function zssh_generate_config4
|
|||||||
cat "$src" >> "$dst"
|
cat "$src" >> "$dst"
|
||||||
printf "\n IdentityFile %s\n\n" "$sshkey" >> "$dst"
|
printf "\n IdentityFile %s\n\n" "$sshkey" >> "$dst"
|
||||||
done
|
done
|
||||||
if ! matched
|
if ! $matched
|
||||||
then
|
then
|
||||||
zshlibs_log zssh_client "no configs for '$dst'"
|
zshlibs_log zssh_client "no configs for '$dst'"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user