Skip to content

Commit

Permalink
correct bug pkgs -> r_pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jul 28, 2023
1 parent 289d361 commit e67a6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ rix <- function(r_ver = "current",

path <- file.path(path)

pkgs <- if(ide == "code"){
r_pkgs <- if(ide == "code"){
c(r_pkgs, "languageserver")
} else {
r_pkgs
Expand Down
2 changes: 1 addition & 1 deletion dev/build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ rix <- function(r_ver = "current",
path <- file.path(path)
pkgs <- if(ide == "code"){
r_pkgs <- if(ide == "code"){
c(r_pkgs, "languageserver")
} else {
r_pkgs
Expand Down

0 comments on commit e67a6b8

Please sign in to comment.