summaryrefslogtreecommitdiff
path: root/script/trees
diff options
context:
space:
mode:
Diffstat (limited to 'script/trees')
-rwxr-xr-xscript/trees2
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