Skip to content

Commit ff3c0ad

Browse files
committed
Add support to parse and return the GardenLinux "cname"
Relates: gardenlinux/gardenlinux#2830 Signed-off-by: Tobias Wolf <[email protected]>
1 parent ceade8a commit ff3c0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ boto3 = "*"
2626
black = "^24.8.0"
2727

2828
[tool.poetry.scripts]
29-
gl-flavors-parse = "python_gardenlinux_lib.flavors.__main__:main"
29+
gl-cname = "src.python_gardenlinux_lib.cname:main"
3030
flavors-parse = "python_gardenlinux_lib.flavors.__main__:main"
3131

3232
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)