Skip to content

Commit

Permalink
[R-package] fix --no-build-vignettes option for `build-cran-package…
Browse files Browse the repository at this point in the history
….sh` (#4848)
  • Loading branch information
jameslamb authored Dec 3, 2021
1 parent cf38071 commit f54e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cran-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ while [ $# -gt 0 ]; do
--r-executable=*)
LGB_R_EXECUTABLE="${1#*=}"
;;
--no-build-vignettes=*)
--no-build-vignettes*)
BUILD_VIGNETTES=false
;;
*)
Expand Down

0 comments on commit f54e32f

Please sign in to comment.