diff options
author | Nick Hilliard <nick@foobar.org> | 2016-01-21 18:36:04 +0000 |
---|---|---|
committer | Nick Hilliard <nick@foobar.org> | 2016-01-21 18:36:04 +0000 |
commit | e831af7da827e8947bd0545baed53c6025ba8759 (patch) | |
tree | b17213c441383deba4ae68c38778e89d11ee1b5e /extra | |
parent | aa72bf29779aebe56d26f5b54995ff68044beea8 (diff) |
fix typo in example section of oxidized-report-git-commits
Diffstat (limited to 'extra')
-rwxr-xr-x[-rw-r--r--] | extra/oxidized-report-git-commits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/oxidized-report-git-commits b/extra/oxidized-report-git-commits index 2b1a2d7..2fd4870 100644..100755 --- a/extra/oxidized-report-git-commits +++ b/extra/oxidized-report-git-commits @@ -23,7 +23,7 @@ # email_output: # type: exec # events: [post_store, node_fail] -# cmd: 'update-local-repo.sh ~/gitdir/ | mail -s "Oxidized updates for ${OX_NODE_NAME}" update-recipient@example.com' +# cmd: '/home/oxidized/extra/oxidized-report-git-commits ~/gitdir/ | mail -s "Oxidized updates for ${OX_NODE_NAME}" update-recipient@example.com' # async: true # timeout: 120 # |