Unverified Commit f54e32f7 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] fix `--no-build-vignettes` option for `build-cran-package.sh` (#4848)

parent cf38071b
......@@ -38,7 +38,7 @@ while [ $# -gt 0 ]; do
--r-executable=*)
LGB_R_EXECUTABLE="${1#*=}"
;;
--no-build-vignettes=*)
--no-build-vignettes*)
BUILD_VIGNETTES=false
;;
*)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment