Fix chocolatey contrib

This commit is contained in:
Filipe PINTO 2023-06-02 08:03:31 +02:00 committed by GitHub
parent 595f654872
commit 69cfb8d907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ echo "GET https://google.fr" | hurl --location
And finally push package to official chocolatey repository
```
choco apikey -k <choco api key> -source https://push.chocolatey.org/
choco push
choco apikey -k <choco api key> --source https://push.chocolatey.org/
choco push --source https://push.chocolatey.org/
```