Skip to content

Commit

Permalink
Fix on-update command (remove ")
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Mar 1, 2024
1 parent f28560e commit 2c06a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fangfrisch/config/fangfrischnews.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
LOCAL_DIR: '/tmp',
MAX_SIZE: '100KB',
'script': '/path/to/fangfrisch-has-news.sh',
ON_UPDATE_EXEC: f'[ ! -x ${{script}} ] || ${{script}} ${{{LOCAL_DIR}}}"',
ON_UPDATE_EXEC: f'[ ! -x ${{script}} ] || ${{script}} ${{{LOCAL_DIR}}}',
PREFIX: r'https://www.seichter.de/fangfrisch/',
'url_alerts': f'${{{PREFIX}}}fangfrisch_alerts.txt',
'url_news': f'${{{PREFIX}}}fangfrisch_news.txt',
Expand Down

0 comments on commit 2c06a89

Please # to comment.