Remove now-unused 2nd arg to configs.

This commit is contained in:
Darren Tucker 2021-04-22 22:26:08 +10:00
parent cb4ff640d7
commit e428f29402
1 changed files with 1 additions and 1 deletions

2
.github/run_test.sh vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
. .github/configs $1 $2
. .github/configs $1
[ -z "${SUDO}" ] || ${SUDO} mkdir -p /var/empty