fix: ssh client config without =
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-20 16:09:04 +02:00
parent f32755f7d4
commit e4e8ca9075
+1 -1
View File
@@ -8,7 +8,7 @@
{% if property == "Host" %}
{{ property }} {{ value }}
{% else %}
{{ property }} = {{ value }}
{{ property }} {{ value }}
{% endif %}
{% endfor %}
{% endfor %}