Skip to content

Commit

Permalink
fix bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 20, 2020
1 parent caba257 commit 2bab0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GNManager.R
Expand Up @@ -258,7 +258,7 @@ GNManager <- R6Class("GNManager",

if(!is.null(private$token)){
req <- GNUtils$POST(
url = "http://34.65.110.32:8080/geonetwork/srv/eng", path = "/info?type=me",
url = self$getUrl(), path = "/info?type=me",
user = user, pwd = pwd, token = private$token, cookies = private$cookies, content = NULL, contentType = NULL,
verbose = TRUE
)
Expand Down

0 comments on commit 2bab0a2

Please sign in to comment.