diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/trees | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/trees b/script/trees index da6069eb..02ab95a0 100755 --- a/script/trees +++ b/script/trees @@ -59,7 +59,7 @@ build_project()  {  	if [ "$mode" = "fetch" ]; then  		[ -f "CHANGELOG" ] && return 0 -		fetch_project_repo; return 0 +		fetch_project; return 0  	fi  	load_project_config "$cfgsdir" 0 || return 0 | 
