Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 4877072

Browse files
author
Jon Wayne Parrott
committed
Fixing makefile
1 parent 7e41394 commit 4877072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test: virtualenv
1010

1111
.PHONY: upload
1212
upload:
13-
-e gsutil mb ${BUCKET} &> /dev/null
13+
-gsutil mb ${BUCKET} &> /dev/null
1414
gsutil rm ${BUCKET}/**
1515
gsutil cp ../tests/* ${BUCKET} &> /dev/null
1616

0 commit comments

Comments
 (0)