From 9adfd7a35352ed62e371a868a0d59905f344346c Mon Sep 17 00:00:00 2001 From: shikhman Date: Tue, 17 Jan 2017 15:30:26 -0800 Subject: [PATCH] Switch PO number for Google Domains for 2017 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144764336 --- java/google/registry/builddefs/zip_file.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/builddefs/zip_file.bzl b/java/google/registry/builddefs/zip_file.bzl index d265599bf..de69e025d 100644 --- a/java/google/registry/builddefs/zip_file.bzl +++ b/java/google/registry/builddefs/zip_file.bzl @@ -151,7 +151,7 @@ def _zip_file(ctx): if hasattr(ctx, 'bin_dir'): script = ctx.new_file(ctx.bin_dir, '%s.sh' % ctx.label.name) else: - # TODO(user): remove this once Bazel 4.0+ is required. + # TODO(kchodorow): remove this once Bazel 4.0+ is required. script = ctx.new_file(ctx.configuration.bin_dir, '%s.sh' % ctx.label.name) ctx.file_action(output=script, content='\n'.join(cmd), executable=True) inputs = [ctx.file._zipper]