Switch run_binary to cfg = "exec" to fix buildifier failure (#367)

This commit is contained in:
Alexandre Rostovtsev 2022-04-29 13:44:59 -04:00 committed by GitHub
parent d54e8a70ce
commit 67bfa0ce4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ run_binary = rule(
executable = True,
allow_files = True,
mandatory = True,
cfg = "host",
cfg = "exec",
),
"env": attr.string_dict(
doc = "Environment variables of the action.<br/><br/>Subject to " +