Skip to content

Commit 4f80da5

Browse files
committed
Really fixed version command
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent dcb65c4 commit 4f80da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfengine_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run_command_with_args(command, _) -> int:
7272
if command == "help":
7373
return commands.help()
7474
if command == "version":
75-
return commands.versions()
75+
return commands.version()
7676
raise UserError("Unknown command: '{}'".format(command))
7777

7878

0 commit comments

Comments
 (0)