Fix readme documentation for ignoring errors (#692)

The example justfile omitted the `-`.
This commit is contained in:
Quentin Nerden 2020-10-04 22:28:47 +02:00 committed by GitHub
parent 2909614f68
commit 601cc69028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,7 +445,7 @@ continue execution after a command, even if it fails, prefix the command with
```make ```make
foo: foo:
cat foo -cat foo
echo 'Done!' echo 'Done!'
``` ```