fixed white space

This commit is contained in:
Ionut Craciunescu 2017-08-01 00:35:49 +01:00
parent 07397ec2f0
commit 14526aedea
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ S3_BUCKET?=s3://must-override/
GCS_LOCATION?=gs://must-override
GCS_URL=$(GCS_LOCATION:gs://%=https://storage.googleapis.com/%)
LATEST_FILE?=latest-ci.txt
GOPATH_1ST=$(shell go env | grep GOPATH | cut -f 2 -d \" )
GOPATH_1ST=$(shell go env | grep GOPATH | cut -f 2 -d \")
UNIQUE:=$(shell date +%s)
GOVERSION=1.8.3