Skip to content

Commit 48fbd8d

Browse files
authored
Merge pull request #88 from cfengine/olehermanse-patch-1
Updated active branches in deptool
2 parents 19f51e9 + 603f262 commit 48fbd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cfengine_cli/deptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import subprocess
99
import sys
1010

11-
ACTIVE_BRANCHES = ["3.21.x", "3.24.x", "master"]
11+
ACTIVE_BRANCHES = ["3.24.x", "3.27.x", "master"]
1212

1313
HUMAN_NAME = {
1414
"diffutils": "diffutils",

0 commit comments

Comments
 (0)