Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Jun 18, 2024
1 parent 6b9fbb6 commit ec4756e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/coreumbridge-xrpl-builder
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! -f "$BUILD_BIN" ]; then
rm -f ./bin/.cache/build-*

pushd build > /dev/null
go build -trimpath -o "$BUILD_BIN" ./cmd/builder
GOVCS='public:git|hg|bzr' go build -trimpath -o "$BUILD_BIN" ./cmd/builder
popd > /dev/null

"$BUILD_BIN" build/me
Expand Down

0 comments on commit ec4756e

Please sign in to comment.