Skip to content

Commit e13b3c3

Browse files
committed
Use PLUGIN_NAME variable
1 parent b1ea2c2 commit e13b3c3

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
@@ -13,7 +13,7 @@ build: tidy
1313
@go build -ldflags "-s -w"
1414

1515
checksum:
16-
@sha256sum -b gatewayd-plugin-sql-ids-ips
16+
@sha256sum -b $(PLUGIN_NAME)
1717

1818
update-all:
1919
@go get -u ./...

0 commit comments

Comments
 (0)