Skip to content

Commit

Permalink
Removed unused var from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-csalguero committed Nov 27, 2017
1 parent a8b3cbd commit c0e1115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ VERSION ?=$(shell git describe --abbrev=0)
BUILD ?=$(shell date +%FT%T%z)
GOVERSION ?=$(shell go version | cut --delimiter=" " -f3)
COMMIT ?=$(shell git rev-parse HEAD)
SOMEVAR ?=$(shell git rev-parse HEAD)
BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)

PREFIX=$(shell pwd)
Expand Down

0 comments on commit c0e1115

Please sign in to comment.