[openssh-commits] [openssh] 05/06: Remove now-unused 2nd arg to configs.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 22 23:28:17 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit e428f29402fb6ac140b52f8f12e06ece7bb104a0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Apr 22 22:26:08 2021 +1000
Remove now-unused 2nd arg to configs.
---
.github/run_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/run_test.sh b/.github/run_test.sh
index 66fd5260..1d1ecbf3 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-. .github/configs $1 $2
+. .github/configs $1
[ -z "${SUDO}" ] || ${SUDO} mkdir -p /var/empty
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list