We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac06f commit 72e2e19Copy full SHA for 72e2e19
pkg/private/deb/deb.bzl
@@ -87,7 +87,7 @@ def _pkg_deb_impl(ctx):
87
files.append(ctx.file.conffiles_file)
88
elif ctx.attr.conffiles:
89
for cf in ctx.attr.conffiles:
90
- args.add("--conffile", cf)
+ args.add("--conffile", cf)
91
92
# Version and description can be specified by a file or inlined
93
if ctx.attr.version_file:
0 commit comments