Skip to content

Commit

Permalink
fix docker version git output
Browse files Browse the repository at this point in the history
  • Loading branch information
ToothlessGear committed Jun 17, 2013
1 parent bd9bf9b commit b25bcf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Jérôme Petazzoni <[email protected]>
Ken Cochrane <[email protected]>
Kevin J. Lynagh <[email protected]>
Louis Opter <[email protected]>
Marcus Farkas <[email protected]>
Maxim Treskin <[email protected]>
Michael Crosby <[email protected]>
Mikhail Sobolev <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
GIT_COMMIT = $(shell git rev-parse --short HEAD)
GIT_STATUS = $(shell test -n "`git status --porcelain`" && echo "+CHANGES")

BUILD_OPTIONS = -ldflags "-X main.GIT_COMMIT $(GIT_COMMIT)$(GIT_STATUS)"
BUILD_OPTIONS = -ldflags "-X main.GITCOMMIT $(GIT_COMMIT)$(GIT_STATUS)"

SRC_DIR := $(GOPATH)/src

Expand Down

0 comments on commit b25bcf1

Please sign in to comment.