Skip to content

Commit 102e688

Browse files
Update docs/admin/templates/extending-templates/variables.md
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent a09ec5a commit 102e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/templates/extending-templates/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for providing values to variables using the Coder CLI:
7777
1. _Web UI_: You can set or edit variable values under **Variables** in the template's settings.
7878
1. _Command-line argument_: Utilize the `--var name=value` command-line argument
7979
to specify variable values inline as key-value pairs.
80-
4. _Variables file selection_: Alternatively, you can use a variables file
80+
1. _Variables file selection_: Alternatively, you can use a variables file
8181
selected via the `--variables-file values.yml` command-line argument. This
8282
approach is particularly useful when dealing with multiple variables or to
8383
avoid manual input of numerous values. Variables files can be versioned for

0 commit comments

Comments
 (0)