Skip to content

Commit

Permalink
Update compliance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heldkat authored Jan 23, 2025
1 parent 2a98f9f commit 8be8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/gardener_ci/compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def diff(
ocm_repo_urls: [str]=None,
cache_dir: str=_cfg.ctx.cache_dir,
defaults_file: str=None,
outfile_prefix: str= None
outfile_prefix: str= 'resource-diff'
):
if defaults_file:
params = ci.util.parse_yaml_file(defaults_file)
Expand Down

0 comments on commit 8be8b12

Please sign in to comment.