Skip to content

Commit 51334b8

Browse files
Update R-CMD-check.yaml
Fix typo: ", ," -> ", "
1 parent c32e027 commit 51334b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- uses: r-lib/actions/check-r-package@v2
4949
with:
5050
upload-snapshots: true
51-
build_args: 'c("--no-manual", ,"--compact-vignettes=gs+qpdf")'
51+
build_args: 'c("--no-manual", "--compact-vignettes=gs+qpdf")'

0 commit comments

Comments
 (0)