Skip to content

Commit f9d4551

Browse files
authored
repository.py: param signature change
Downstream method changed signature: file_name --> file_path
1 parent ef8ca71 commit f9d4551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/ctl/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_repository_config(repo_config_file: Path) -> InfrahubRepositoryConfig:
4545

4646

4747
def load_repository_config_file(repo_config_file: Path) -> dict:
48-
yaml_data = read_file(file_name=repo_config_file)
48+
yaml_data = read_file(file_path=repo_config_file)
4949

5050
try:
5151
data = yaml.safe_load(yaml_data)

0 commit comments

Comments
 (0)