inotifywait: fix typo (#6298)

beep
hugo 2021-08-05 14:56:47 +02:00 committed by GitHub
parent 1d468104b4
commit 167da9b432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- Exclude files matching a regular expression:
`while inotifywait --recursive {{path/to/directory}} --exlude '{{regular_expression}}'; do {{command}}; done`
`while inotifywait --recursive {{path/to/directory}} --exclude '{{regular_expression}}'; do {{command}}; done`
- Wait at most 30 seconds: