Skip to content

Commit fe33efc

Browse files
jhinderssonChriMarMe
authored andcommitted
Correct copy paste issue in Makefile
1 parent a36421c commit fe33efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
go build ${LDFLAGS} -v -o target/tcgsdiag $(CURDIR)/cmd/tcgsdiag
88
go build ${LDFLAGS} -v -o target/tcgdiskstat $(CURDIR)/cmd/tcgdiskstat
99
go build ${LDFLAGS} -v -o target/sedlockctl $(CURDIR)/cmd/sedlockctl
10-
go build ${LDFLAGS} -v -o target/sedlockctl $(CURDIR)/cmd/gosedctl
10+
go build ${LDFLAGS} -v -o target/gosedctl $(CURDIR)/cmd/gosedctl
1111

1212
.PHONY: build-release
1313
build-release: build-release-amd64 build-release-arm64

0 commit comments

Comments
 (0)