[openssh-commits] [openssh] 01/01: Fixing quoting for installing moduli on target guest.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 11:07:13 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit d0763c8d566119cce84d9806e419badf20444b02
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Feb 18 10:45:27 2021 +1100
Fixing quoting for installing moduli on target guest.
---
.github/workflows/selfhosted.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index b95ef2a0..17aa5e9e 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -49,7 +49,7 @@ jobs:
- name: make
run: vmrun make
- name: install moduli
- run: vmrun sudo mkdir -p /usr/local/etc/; sudo cp moduli /usr/local/etc/
+ run: vmrun "sudo mkdir -p /usr/local/etc/; sudo cp moduli /usr/local/etc/"
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
- name: save regress logs
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list