diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
commit | daafd7355f94e059c63c8cfa236845abf94f3855 (patch) | |
tree | 99bae28043881e9dd53de7168261d1b41999e412 /scripts/check_upstream.sh | |
parent | 74b56112c08a010b890b894ac2abef58c8f0f77a (diff) |
update
Diffstat (limited to 'scripts/check_upstream.sh')
-rwxr-xr-x | 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 84adb9e..c08b3cf 100755 --- a/scripts/check_upstream.sh +++ b/scripts/check_upstream.sh | |||
@@ -23,5 +23,5 @@ check_upstream() { | |||
23 | echo "New commit at" $1 | 23 | echo "New commit at" $1 |
24 | fi | 24 | fi |
25 | 25 | ||
26 | echo $(date) check $1 >> ~/git/settings/log | 26 | echo $(date) check $1 >> $SETTING_DIR/log |
27 | } | 27 | } |