diff options
Diffstat (limited to 'bin/init')
| -rwxr-xr-x | bin/init/check_upstream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/init/check_upstream b/bin/init/check_upstream index fa6d277..529547b 100755 --- a/bin/init/check_upstream +++ b/bin/init/check_upstream | |||
| @@ -21,4 +21,4 @@ if ! git rev-list "$head" | grep "$(git rev-parse origin/master)" > /dev/null; t | |||
| 21 | echo "New commit at" "$1" | 21 | echo "New commit at" "$1" |
| 22 | fi | 22 | fi |
| 23 | 23 | ||
| 24 | echo "$(date)" check "$1" >> "$SETTING_DIR/log" || echo error happens when check upstream at $1 | 24 | echo "$(date)" check "$1" >> "$HELPER_DIR/log" || echo error happens when check upstream at $1 |