diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/check_upstream.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check_upstream.sh b/scripts/check_upstream.sh index 888061e..9c2e87a 100644 --- a/scripts/check_upstream.sh +++ b/scripts/check_upstream.sh | |||
| @@ -16,4 +16,7 @@ check_upstream() { | |||
| 16 | then | 16 | then |
| 17 | echo "New commit at" $1 | 17 | echo "New commit at" $1 |
| 18 | fi | 18 | fi |
| 19 | |||
| 20 | cd ~/git/settings | ||
| 21 | echo check $1 at $(date) >> ./log | ||
| 19 | } | 22 | } |