diff options
-rw-r--r-- | fietsboek/updater/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |