diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-10 00:35:53 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-10 00:35:53 +0800 |
| commit | 6c135c1235c3ace511baee440ac6289a9495ff2d (patch) | |
| tree | b56c1dac493f2b69429de465653421535aee4dad /scripts/check_upstream | |
| parent | 6e0c25edacd6ed2a9a5fc0136cb807f5e5c9ef36 (diff) | |
update
Diffstat (limited to 'scripts/check_upstream')
| -rwxr-xr-x | scripts/check_upstream | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check_upstream b/scripts/check_upstream index 9f20037..e96a450 100755 --- a/scripts/check_upstream +++ b/scripts/check_upstream | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | # check $1(repo) if upstream branch origin/master is | 4 | # check $1(repo) if upstream branch origin/master is |
| 5 | # ahead of local branch $2(default to dev) | 5 | # ahead of local branch $2(default to dev) |
| 6 | 6 | ||
| 7 | |||
| 8 | if [ ! -d $1 ]; then | 7 | if [ ! -d $1 ]; then |
| 9 | return 0 | 8 | return 0 |
| 10 | fi | 9 | fi |