diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/check_upstream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_upstream.sh b/scripts/check_upstream.sh index 73d2b22..77e8c34 100644 --- a/scripts/check_upstream.sh +++ b/scripts/check_upstream.sh | |||
| @@ -22,5 +22,5 @@ check_upstream() { | |||
| 22 | fi | 22 | fi |
| 23 | 23 | ||
| 24 | cd ~/git/settings | 24 | cd ~/git/settings |
| 25 | echo check $1 at $(date) >> ./log | 25 | echo $(date) check $1 >> ./log |
| 26 | } | 26 | } |