Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdboer committed Jun 12, 2022
1 parent 31feff1 commit 7638831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab2prov/entrypoints/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run():
cmd = commands.Fetch(url, config.token)
bus.handle(cmd)

for fmt in config.formats:
for fmt in config.format:
cmd = commands.Serialize(
fmt, config.pseudonymous, config.double_agents, config.outfile
)
Expand Down

0 comments on commit 7638831

Please sign in to comment.