Skip to content

Commit 2f050cc

Browse files
committed
Update command name in examples
1 parent 4358723 commit 2f050cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Although the script can work on it's own, it is better to setup a cronjob such t
2626
directory="/home/xypnox/notes/"
2727
```
2828
- Setup a cronjob to run it every 10 minutes.
29-
`*/10 * * * * bash /Users/apple/notes/commit_manager.sh`
29+
`*/10 * * * * bash /Users/apple/notes/commit_manager_mac.sh`
3030
- Additionally if you want to setup a log file to see if the git commands errored and when, extend the cronjob as:
31-
`*/10 * * * * bash /Users/apple/notes/commit_manager.sh >> /Users/apple/notes/commit_manager_log.txt 2>&1`
31+
`*/10 * * * * bash /Users/apple/notes/commit_manager_mac.sh >> /Users/apple/notes/commit_manager_log.txt 2>&1`
3232

3333
## TODO
3434

0 commit comments

Comments
 (0)