Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit bd5c8e0

Browse files
author
shimon
committed
fix typo in labels
1 parent 60635a8 commit bd5c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/configure_install_runner.sh.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TOKEN_URL="https://api.github.com/orgs/<%= $github_actions_runner::org_name %>/a
1313

1414
# Set labels if defined
1515
<% if $github_actions_runner::labels { -%>
16-
LABELS="--lables <%= $github_actions_runner::labels.join(',') %>"
16+
LABELS="--labels <%= $github_actions_runner::labels.join(',') %>"
1717
<% } -%>
1818

1919
# Get registration token.

0 commit comments

Comments
 (0)