fix typos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-25 11:51:42 +01:00
parent 2d72e229a6
commit 2b329081ff
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ write_files:
[Resolve]
DNS={{ droneci_autoscaler_agent_resolved_dns | join(" ") }}
{% endif %}
{% if droneci_autoscaler_agent_runcmd | lenght > 0 %}
{% if droneci_autoscaler_agent_runcmd | length > 0 %}
runcmd:
{% for cmd in droneci_autoscaler_agent_runcmd %}
- {{ item }}
- {{ cmd }}
{% endfor %}
{% endif %}