Skip to content

Commit 1a9c752

Browse files
committed
release: update release script w/ proper build flag target
1 parent e4b4b94 commit 1a9c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SYS=${LOOPBUILDSYS:-"windows-386 windows-amd64 openbsd-386 openbsd-amd64 linux-3
4242
# (something that is totally allowed).
4343
PKG="github.com/lightninglabs/loop"
4444
COMMIT=$(git describe --abbrev=40 --dirty)
45-
COMMITFLAGS="-X $PKG/build.Commit=$COMMIT"
45+
COMMITFLAGS="-X $PKG.Commit=$COMMIT"
4646

4747
for i in $SYS; do
4848
OS=$(echo $i | cut -f1 -d-)

0 commit comments

Comments
 (0)