Skip to content

Commit 89c9d7f

Browse files
committed
fix another typo
1 parent ad80e3c commit 89c9d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
name <- "Linux"
7070
}
7171
url <- paste0(
72-
'https://github.com/catboost/catboost/releases/download/v1.2.8/catboost-R-",
72+
'https://github.com/catboost/catboost/releases/download/v1.2.8/catboost-R-',
7373
name,
74-
"-1.2.8.tgz'
74+
'-1.2.8.tgz'
7575
)
7676
remotes::install_url(url, INSTALL_opts = c("--no-multiarch", "--no-test-load", "--no-staged-install"))
7777
shell: Rscript {0}

0 commit comments

Comments
 (0)