Skip to content

Commit

Permalink
Fixed influxdb import path
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Jun 13, 2017
1 parent 0dd338e commit c368ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
# Go configuration on CircleCI is wonky. Make sure our code
# is in the correct Go workspace structure
- rsync -azC --delete ./ --include=".git" "$PROJECT_DIR"
- go get -u -a -t -d -v $PACKAGE_PATH/...
- go get -t -d -v $PACKAGE_PATH/...
cache_directories:
- ~/download
test:
Expand Down
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/danesparza/embd/sensor/envirophat"
"github.com/gorilla/mux"
"github.com/gregdel/pushover"
client "github.com/influxdb/influxdb/client/v2"
client "github.com/influxdata/influxdb/client/v2"
"github.com/kidoman/embd"
"github.com/montanaflynn/stats"
"github.com/rs/cors"
Expand Down

0 comments on commit c368ae2

Please sign in to comment.