Fix readme documentation for ignoring errors (#692)
The example justfile omitted the `-`.
This commit is contained in:
parent
2909614f68
commit
601cc69028
@ -445,7 +445,7 @@ continue execution after a command, even if it fails, prefix the command with
|
||||
|
||||
```make
|
||||
foo:
|
||||
cat foo
|
||||
-cat foo
|
||||
echo 'Done!'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user