From 3402387360a5712c96d60c0ee67c03b268e4c55d Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 10 Oct 2022 20:52:43 +0200 Subject: fietsupdater: fix revision subcommand --- fietsboek/updater/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fietsboek/updater/cli.py b/fietsboek/updater/cli.py index c71ec17..2a7fc14 100644 --- a/fietsboek/updater/cli.py +++ b/fietsboek/updater/cli.py @@ -143,7 +143,7 @@ def revision(config, revision_id): This command is useful for developers who work on Fietsboek. """ - updater = Updater(ctx.obj["INIFILE"]) + updater = Updater(config) updater.load() current = updater.current_versions() heads = updater.heads() -- cgit v1.2.3