From 5a3aa588e2320f32e73c43dbf04ed67b19c4ae85 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 30 Jan 2018 09:08:36 -0800 Subject: Automatic code cleanup. PiperOrigin-RevId: 183840991 --- scripts/packages/debian/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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, ) -- cgit v1.2.3