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

Commit ed73881

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

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
@@ -11,7 +11,7 @@ test: virtualenv
1111
.PHONY: upload
1212
upload:
1313
-gsutil mb ${BUCKET} &> /dev/null
14-
gsutil rm ${BUCKET}/**
14+
-gsutil rm ${BUCKET}/**
1515
gsutil cp ../tests/* ${BUCKET} &> /dev/null
1616

1717
.PHONY: virtualenv

0 commit comments

Comments
 (0)