fixed gcloud command in logs-generator makefile

pull/6/head
Justin Garrison 2016-10-19 22:38:21 -07:00
parent 3e22b38f70
commit 746e66958d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ container:
docker build -t $(PREFIX)/logs-generator:$(TAG) .
push:
gcloud docker push $(PREFIX)/logs-generator:$(TAG)
gcloud docker -- push $(PREFIX)/logs-generator:$(TAG)
clean:
rm -f logs-generator