diff options
author | ytti <saku@ytti.fi> | 2016-01-21 21:56:09 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-01-21 21:56:09 +0200 |
commit | 9a2f0ceeac05c91cb14c01a0f4956fd83d6b7a4e (patch) | |
tree | b17213c441383deba4ae68c38778e89d11ee1b5e /extra | |
parent | aa72bf29779aebe56d26f5b54995ff68044beea8 (diff) | |
parent | e831af7da827e8947bd0545baed53c6025ba8759 (diff) |
Merge pull request #278 from nickhilliard/master
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 # |