Skip to content

Commit 590df64

Browse files
committed
fix typo
1 parent 829c68e commit 590df64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_truth_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Generate truth csv files
4343
run: |
44-
R -e 'source("src/target-data")'
44+
R -e 'source("src/target-data.R")'
4545
4646
- name: Commit
4747
run: |

0 commit comments

Comments
 (0)