Skip to content

Commit 98680f1

Browse files
committed
fixes
1 parent c52225b commit 98680f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def build(
168168
"""Build Commit0 split you choose in Setup Stage."""
169169
check_commit0_path()
170170

171-
commit0_config = read_commit0_dot_file(commit0_config_file)
171+
commit0_config = read_commit0_config_file(commit0_config_file)
172172
if "commit0" in commit0_config["dataset_name"].lower():
173173
check_valid(commit0_config["repo_split"], SPLIT)
174174

0 commit comments

Comments
 (0)