mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Fix chocolatey contrib
This commit is contained in:
parent
595f654872
commit
69cfb8d907
@ -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/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user