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

Commit e84ce1a

Browse files
David Neumandneuman64
authored andcommitted
Download the 0.11.1 version of influxdb client
(cherry picked from commit 8f6e847)
1 parent b6b0b38 commit e84ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traffic_stats/build/traffic_stats.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ oldpwd=$(pwd)
6767
cd "$godir" && \
6868
cp -r "$TC_DIR"/traffic_stats/* . && \
6969
go get -d -v && \
70-
go_get_version "$oldpwd"/src/github.com/influxdata/influxdb && \
70+
go_get_version "$oldpwd"/src/github.com/influxdata/influxdb v0.11.1 && \
7171
go install -v \
7272
) || { echo "Could not build go program at $(pwd): $!"; exit 1; }
7373

0 commit comments

Comments
 (0)