aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check_upstream.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-09 17:40:29 +0800
committertypebrook <typebrook@gmail.com>2019-11-09 17:40:29 +0800
commitdaafd7355f94e059c63c8cfa236845abf94f3855 (patch)
tree99bae28043881e9dd53de7168261d1b41999e412 /scripts/check_upstream.sh
parent74b56112c08a010b890b894ac2abef58c8f0f77a (diff)
update
Diffstat (limited to 'scripts/check_upstream.sh')
-rwxr-xr-xscripts/check_upstream.sh2
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}