Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Download the 0.11.1 version of influxdb client #1383

Merged
merged 1 commit into from
May 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion traffic_stats/build/traffic_stats.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ oldpwd=$(pwd)
cd "$godir" && \
cp -r "$TC_DIR"/traffic_stats/* . && \
go get -d -v && \
go_get_version "$oldpwd"/src/github.com/influxdata/influxdb && \
go_get_version "$oldpwd"/src/github.com/influxdata/influxdb v0.11.1 && \
go install -v \
) || { echo "Could not build go program at $(pwd): $!"; exit 1; }

Expand Down