fix: ssh client config without =
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f32755f7d4
commit
e4e8ca9075
@ -8,7 +8,7 @@
|
|||||||
{% if property == "Host" %}
|
{% if property == "Host" %}
|
||||||
{{ property }} {{ value }}
|
{{ property }} {{ value }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ property }} = {{ value }}
|
{{ property }} {{ value }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
Loading…
Reference in New Issue
Block a user