Skip to content

Commit 7463314

Browse files
committed
Don't expand
1 parent f36d260 commit 7463314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/chroot_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd /opt/domjudge/judgehost/bin || exit 1
4848
section_end chroot
4949

5050
section_start "Show minimal chroot"
51-
./dj_make_chroot "$ARCH_OPTION" | tee -a "$ARTIFACTS"/chroot.log
51+
./dj_make_chroot $ARCH_OPTION | tee -a "$ARTIFACTS"/chroot.log
5252
section_end
5353

5454
section_start "Test chroot contents"

0 commit comments

Comments
 (0)