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 Sep 3, 2020
1 parent 160e1d1 commit 843ea4b
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 843ea4b

Please sign in to comment.