Skip to content

Commit

Permalink
Fix shellcheck SC2035 error
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 111f636 commit b7e0cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/auth_system/certs_keys_2048/gen_certs.sh
@@ -1,5 +1,5 @@

rm -rf *.pem *.cer *.key *.crt *.csr *.srl
rm -rf ./*.pem ./*.cer ./*.key ./*.crt ./*.csr ./*.srl
# Generate the CA/root private key
openssl genrsa -des3 -out qgis_ca.key -passout pass:1234 2048

Expand Down

0 comments on commit b7e0cd7

Please sign in to comment.