Skip to content

Commit

Permalink
apply comments
Browse files Browse the repository at this point in the history
Signed-off-by: tzssangglass <[email protected]>
  • Loading branch information
tzssangglass committed Jan 6, 2025
1 parent 2b45a45 commit 63837b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/luarocks/BUILD.luarocks.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ genrule(
export LDOC=true

# Install lua-messagepack
$(location :luarocks_exec) install $(location :prepare_lua_messagepack) 2>&1 >[email protected]
$(location :luarocks_exec) install $(location :prepare_lua_messagepack) >>[email protected] 2>&1

$(location :luarocks_exec) make --no-doc 2>&1 >[email protected]
$(location :luarocks_exec) make --no-doc >>[email protected] 2>&1

# only generate the output when the command succeeds
mv [email protected] $@
Expand Down

0 comments on commit 63837b3

Please sign in to comment.