diff options
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 | } |