Fix variables-file example

This commit is contained in:
Robert Danci 2023-02-04 20:37:14 +09:00 committed by GitHub
parent 3fd3b9be10
commit e125edb2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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