Skip to content

Commit

Permalink
Enabled pipefail (in Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Sep 19, 2017
1 parent 3f5f4e3 commit a4dbcf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION := $(shell git describe --tags)
SHELL := /bin/bash -o pipefail
VERSION := $(shell git describe --tags --abbrev=0)

fetch:
go get \
Expand Down

0 comments on commit a4dbcf5

Please sign in to comment.