Skip to content

Commit

Permalink
fix: a typo in autosync command
Browse files Browse the repository at this point in the history
  • Loading branch information
qduanmu committed Dec 23, 2024
1 parent aad2433 commit d701aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestlebot/cli/commands/autosync.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def autosync_cmd(ctx: click.Context, **kwargs: Any) -> None:
authored_object: AuthoredObjectBase = types.get_authored_object(
oscal_model,
working_dir,
kwargs.get("ssp_index_path", ""),
kwargs.get("ssp_index_file", ""),
)

# Assuming an edit has occurred assemble would be run before regenerate.
Expand Down

0 comments on commit d701aab

Please sign in to comment.