Skip to content

Commit 93bcbba

Browse files
Fix typo in variable.
1 parent a800577 commit 93bcbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=DOMjudge judgehost running one or more judgedaemons
3-
Requires={% for core in CPUCORE %}domjudge-judgedaemon@{{ core }}.service {% endfor %}
3+
Requires={% for core in cpucore %}domjudge-judgedaemon@{{ core }}.service {% endfor %}
44

55
[Install]
66
WantedBy=multi-user.target

0 commit comments

Comments
 (0)