Fix spelling error found by codespell

This commit is contained in:
Garrett LeSage 2021-12-14 11:56:23 +01:00 committed by Martin Pitt
parent 7e2f3d2b5c
commit 7be9253229

View file

@ -73,7 +73,7 @@ jobs:
run: make && sudo make install run: make && sudo make install
- name: Create a new test user - name: Create a new test user
# WARNING: if you want to add this users to sudoers make sure to propertly delete the SINK_SSHRELAY_PRIVATE # WARNING: if you want to add this users to sudoers make sure to properly delete the SINK_SSHRELAY_PRIVATE
run: sudo useradd --create-home livetest; echo livetest:foobar | sudo chpasswd run: sudo useradd --create-home livetest; echo livetest:foobar | sudo chpasswd
- name: Get the commit SHA that triggered the workflow - name: Get the commit SHA that triggered the workflow