Skip to content

Commit c885b0d

Browse files
committed
Fix run.sh targets
1 parent 35da29c commit c885b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ check_uv() {
3535
check_uv
3636

3737
validate() {
38-
uv run python main.py validate
38+
uv run open-dev-data validate
3939
}
4040

4141
export_taxonomy() {
42-
uv run python main.py export "${@}"
42+
uv run open-dev-data export "${@}"
4343
}
4444

4545
test() {
4646
uv run pytest
4747
}
4848

4949
help() {
50-
uv run python main.py help
50+
uv run open-dev-data help
5151
}
5252

5353
# Main script logic

0 commit comments

Comments
 (0)