summaryrefslogtreecommitdiffhomepage
path: root/tools/images/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/images/BUILD')
-rw-r--r--tools/images/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/images/BUILD b/tools/images/BUILD
index fe11f08a3..66ffd02aa 100644
--- a/tools/images/BUILD
+++ b/tools/images/BUILD
@@ -9,7 +9,7 @@ package(
genrule(
name = "zone",
outs = ["zone.txt"],
- cmd = "gcloud config get-value compute/zone > $@",
+ cmd = "gcloud config get-value compute/zone > \"$@\"",
tags = [
"local",
"manual",