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 02ab95a0..304c7524 100755 --- a/script/trees +++ b/script/trees @@ -127,7 +127,7 @@ handle_src_tree()  	target_dir="$cfgsdir/$target"  	if [ "$mode" = "fetch" ]; then  		[ -f "CHANGELOG" ] && return 1 -		fetch_project_trees; return 1 +		fetch_targets; return 1  	fi  	load_project_config "$target_dir" || return 1 | 
