Skip to content

Commit e8b45c3

Browse files
Merge pull request #12 from Knowledge-Graph-Hub/correct_kg_name_typo
Correct kg-alzhimers -> kg-alzheimers in cli_utils.py
2 parents b7dce21 + e6808e3 commit e8b45c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kg_alzheimers/cli_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def get_pkg_versions(output_dir: str = OUTPUT_DIR, release_version: Optional[str
359359

360360

361361
def merge_files(
362-
name: str = "kg-alzhimers",
362+
name: str = "kg-alzheimers",
363363
input_dir: str = f"{OUTPUT_DIR}/transform_output",
364364
output_dir: str = OUTPUT_DIR,
365365
verbose: Optional[bool] = None,

0 commit comments

Comments
 (0)