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

This commit is contained in:
Markus Pesch 2022-07-20 16:09:04 +02:00
parent f32755f7d4
commit e4e8ca9075
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% if property == "Host" %}
{{ property }} {{ value }}
{% else %}
{{ property }} = {{ value }}
{{ property }} {{ value }}
{% endif %}
{% endfor %}
{% endfor %}