aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-01-30 09:08:36 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-30 09:10:45 -0800
commit5a3aa588e2320f32e73c43dbf04ed67b19c4ae85 (patch)
treefe7eb69ce57ae81410fe435058cb78a444573f7c /scripts
parentbb9f19d4d819a751fbfbe11b2a7827c05680944d (diff)
Automatic code cleanup.
PiperOrigin-RevId: 183840991
Diffstat (limited to 'scripts')
-rw-r--r--scripts/packages/debian/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/debian/BUILD b/scripts/packages/debian/BUILD
index f82f37789b..157b469b53 100644
--- a/scripts/packages/debian/BUILD
+++ b/scripts/packages/debian/BUILD
@@ -102,7 +102,7 @@ genrule(
"//:bazel-srcs", # Force a rebuild on source change
],
outs = ["changelog"],
- cmd = "python $(location generate_changelog.py) bazel-out/volatile-status.txt $(location changelog)",
+ cmd = "python2.7 $(location generate_changelog.py) bazel-out/volatile-status.txt $(location changelog)",
stamp = 1,
)