Skip to content

Commit

Permalink
#42 remove tolower on ws
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored Dec 20, 2018
1 parent e89546f commit d340224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/GSServiceManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ GSServiceManager <- R6Class("GSServiceManager",
restPath <- NULL
service <- tolower(service)
if(!is.null(ws)){
ws <- tolower(ws)
self$INFO(sprintf("Fetching %s service settings in workspace '%s'", service, ws))
restPath <- sprintf("/services/%s/workspaces/%s/settings.xml", service, ws)
}else{
Expand Down Expand Up @@ -142,7 +141,6 @@ GSServiceManager <- R6Class("GSServiceManager",
restPath <- NULL
service <- tolower(service)
if(!is.null(ws)){
ws <- tolower(ws)
self$INFO(sprintf("Fetching %s service settings in workspace '%s'", service, ws))
restPath <- sprintf("/services/%s/workspaces/%s/settings.xml", service, ws)
}else{
Expand Down

0 comments on commit d340224

Please sign in to comment.