diff --git a/.cm/gitstream.cm b/.cm/gitstream.cm index 0c0925aa..c4f66b4d 100644 --- a/.cm/gitstream.cm +++ b/.cm/gitstream.cm @@ -63,7 +63,7 @@ is: has: deleted_files: "{{ source.diff.files | map(attr='new_file') | match(term='/dev/null') | some }}" -branch_prefix: "{{ branch[:branch.find('/')] if '/' in branch else branch }}" +branch_prefix: "{{ branch | split('/') | first }}" colors: red: "b60205"