mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Fix variables-file example
This commit is contained in:
parent
3fd3b9be10
commit
e125edb2d8
@ -139,7 +139,7 @@ $ hurl --variable host=example.net --variable id=1234 test.hurl
|
||||
We can also define all injected variables in a file:
|
||||
|
||||
```shell
|
||||
$ hurl --variables-files vars.env test.hurl
|
||||
$ hurl --variables-file vars.env test.hurl
|
||||
```
|
||||
|
||||
where `vars.env` is
|
||||
|
Loading…
Reference in New Issue
Block a user