1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00

Fix CHANGELOG typo

This commit is contained in:
Nicolas Mattia 2019-01-18 21:48:20 +01:00
parent 9f2f926723
commit ef1e2386ec

View File

@ -22,7 +22,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
- The same flag (`-p`) is used for specifying both a YAML or Nix file. When
none is provided snack tries to use either `./package.yaml` or
`./package.nix`.
- The flag `s` is used to specify a `snack.nix`. By defaul `./snack.nix` is
- The flag `-s` is used to specify a `snack.nix`. By default `./snack.nix` is
used.
### Fixed