Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed May 9, 2024
1 parent b42160b commit 93a6a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_multimatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
shell: Rscript {0}
run: |
hold <- matos::list_projects()
khold[duplicated(hold$name) | duplicated(hold$name, fromLast = TRUE),]
hold[duplicated(hold$name) | duplicated(hold$name, fromLast = TRUE),]

0 comments on commit 93a6a05

Please sign in to comment.