Skip to content

Commit

Permalink
fixed to accomodate new spacing from gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenson Jean-Pierre committed May 13, 2018
1 parent b92f3b1 commit 1d96641
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
@@ -1,7 +1,7 @@
# Generate tarball with new build of osx_vpn_manager
#
# NOTE: OSX only
VERSION=$$(cat main.go | grep -i "cliVersion =" | awk {'print$$3'} | tr -d '"')
VERSION=$$(cat main.go | grep -i "cliVersion =" | awk {'print$$3'} | tr -d '"')


all: clean build compress report
Expand Down

0 comments on commit 1d96641

Please sign in to comment.