Skip to content

Commit 7588184

Browse files
committed
Change parameter name
1 parent 1bdf45a commit 7588184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/check_prerequisites.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @import cli
2-
check_prerequisites <- function(options, test = FALSE) {
2+
check_prerequisites <- function(option, test = FALSE) {
33
# Check OS is Windows or macOS
44
detect_system()
55

R/prepare_electron.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @importFrom cli cli_alert_success
2-
prepare_electron <- function(app_name = "myapp", options) {
2+
prepare_electron <- function(app_name = "myapp", option) {
33
oldwd <- getwd()
44
on.exit(setwd(oldwd))
55

0 commit comments

Comments
 (0)