We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8ca71 commit f9d4551Copy full SHA for f9d4551
infrahub_sdk/ctl/repository.py
@@ -45,7 +45,7 @@ def get_repository_config(repo_config_file: Path) -> InfrahubRepositoryConfig:
45
46
47
def load_repository_config_file(repo_config_file: Path) -> dict:
48
- yaml_data = read_file(file_name=repo_config_file)
+ yaml_data = read_file(file_path=repo_config_file)
49
50
try:
51
data = yaml.safe_load(yaml_data)
0 commit comments