Skip to content

Commit

Permalink
#45 remove tolower call in GSServiceManager
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 4, 2019
1 parent a2d4fca commit c5fd951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/GSServiceManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ GSServiceManager <- R6Class("GSServiceManager",
restPath <- NULL
service <- tolower(service)
if(!is.null(ws)){
ws <- tolower(ws)
self$INFO(sprintf("Deleting %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 c5fd951

Please sign in to comment.