aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4/ty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/ty.py b/b4/ty.py
index 8c61cd2..33baddb 100644
--- a/b4/ty.py
+++ b/b4/ty.py
@@ -243,7 +243,7 @@ def set_branch_details(gitdir, branch, jsondata, config):
# Something went wrong... just use the whole URL
jsondata['treename'] = binfo['url']
else:
- jsondata['treename'] = 'undefined'
+ jsondata['treename'] = 'local tree'
return jsondata, config