Skip to content

Commit 8b1869f

Browse files
authored
Fix version path (#316)
1 parent 2355ad6 commit 8b1869f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config_setting(
1010

1111
genrule(
1212
name = "version_file",
13-
outs = ["version"],
13+
outs = ["src/main/resources/cli/version"],
1414
cmd = "echo '{version}' > $@".format(version = module_version() if module_version() else "unknown"),
1515
stamp = 1,
1616
)

0 commit comments

Comments
 (0)