Skip to content

Commit

Permalink
take path from influxdb_srv list
Browse files Browse the repository at this point in the history
  • Loading branch information
dleutnant committed Dec 6, 2017
1 parent 698e1e9 commit f90768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/influxdb_connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ influx_connection <- function(scheme = c("http", "https"),
scheme = influxdb_srv$scheme,
hostname = influxdb_srv$host,
port = influxdb_srv$port,
path = paste0(path, "ping"),
path = paste0(influxdb_srv$path, "ping"),
httr::timeout(5)
)

Expand Down

0 comments on commit f90768f

Please sign in to comment.