From 14526aedeac25618b2ea9c35064adb62a57c79d0 Mon Sep 17 00:00:00 2001 From: Ionut Craciunescu Date: Tue, 1 Aug 2017 00:35:49 +0100 Subject: [PATCH] fixed white space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cb6ba1d91..aec826e59d 100644 --- a/Makefile +++ b/Makefile @@ -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