Skip to content

Commit 659838e

Browse files
committed
Upgraded cfbs and removed workaround
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 428d2ed commit 659838e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {file = "LICENSE"}
1111
requires-python = ">=3.9"
1212
dependencies = [
1313
"cf-remote>=0.6.4",
14-
"cfbs>=4.4.2",
14+
"cfbs>=4.4.3",
1515
"tree-sitter-cfengine>=1.0.8",
1616
"tree-sitter>=0.23",
1717
"markdown-it-py>=3.0.0",

src/cfengine_cli/commands.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ def version() -> int:
3434

3535
def build() -> int:
3636
r = build_command()
37-
if r is None:
38-
# Workaround for https://github.com/cfengine/cfbs/pull/231
39-
return 0
4037
return r
4138

4239

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)