mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 03:29:42 +01:00
Typo fix (#26)
This commit is contained in:
parent
a2d99ca178
commit
d64c58efcf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $ nix-shell release-nix -A grpc-haskell.env
|
|||
```
|
||||
|
||||
```bash
|
||||
$ nix-shell release-nix -A grpc-haskell.env
|
||||
$ nix-shell release.nix -A grpc-haskell.env
|
||||
[nix-shell]$ stack build --fast && stack test --fast
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue