fix(examples/nginx-deployment): fix test command in README

This commit is contained in:
Jaka Hudoklin 2019-03-12 21:05:36 +01:00
parent 1a21fe8489
commit e64f8b2d75
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -23,6 +23,6 @@ Test will spawn vm with kubernetes and run test script, which checks if everytin
works as expected.
```
nix build -f ./. test
nix build -f ./. test-script
cat result | jq '.'
```