summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-x[-rw-r--r--]extra/oxidized-report-git-commits2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a29eb08..49ebe54 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ Maps define how to map a model's fields to model [model fields](https://github.c
First create the directory where the CSV ```output``` is going to store device configs and start Oxidized once.
```
-mkdir ~/.config/oxidized/configs
+mkdir -p ~/.config/oxidized/configs
oxidized
```
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
#