Skip to content

Commit

Permalink
Properly escape pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Dec 12, 2019
1 parent 38a089f commit 450150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project was created in a hurry, so don't have high expectations!
# Full path to the log file to watch
WATCHER_LOG_FILE=full/path/to/log
# Pattern in log file to look for
WATCHER_PATTERNS=["some pattern", "another pattern"]
WATCHER_PATTERNS='["some pattern", "another pattern"]'
# Phone number (sms). Must be in format 00<country-code><number>
WATCHER_PHONE_NUMBER=004700000000
# The message to send
Expand Down

0 comments on commit 450150f

Please sign in to comment.