Skip to content

Commit 907de7e

Browse files
committed
fix typo bug
1 parent 4eec9c4 commit 907de7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check-with-test-of-memory-access.yaml

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

6262
- name: Build package
6363
run: |
64-
if [ "$args"" = "null" ]; then
64+
if [ "$args" = "null" ]; then
6565
R CMD build .
6666
else
6767
R CMD build $args .

0 commit comments

Comments
 (0)