Skip to content

Commit

Permalink
Fix docker-image make target (#8005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek-sumo authored and ssoroka committed Sep 11, 2020
1 parent 96869a0 commit c34ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ clean:

.PHONY: docker-image
docker-image:
docker build -f scripts/stretch.docker -t "telegraf:$(COMMIT)" .
docker build -f scripts/stretch.docker -t "telegraf:$(commit)" .

plugins/parsers/influx/machine.go: plugins/parsers/influx/machine.go.rl
ragel -Z -G2 $^ -o $@
Expand Down

0 comments on commit c34ef64

Please sign in to comment.