aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-27 09:41:14 +0800
committertypebrook <typebrook@gmail.com>2019-05-27 09:41:14 +0800
commita3cb75f0e101f39e2821c7f4cee138f468878b92 (patch)
tree14b1ca0e8bfbc6e692dbac3c517b01dc6d8ade41 /scripts
parent39ef9b504e37308c5e1bbc60b007051bec2f389a (diff)
update
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check_upstream.sh2
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}