Skip to content

Commit c31a3b6

Browse files
authored
Update Makefile (#7)
1 parent 9750c65 commit c31a3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TAILPIPE_INSTALL_DIR ?= ~/.tailpipe
22
BUILD_TAGS = netgo
33
install:
4-
go build -o $(TAILPIPE_INSTALL_DIR)/plugins/hub.tailpipe.io/plugins/turbot/github@latest/tailpipe-plugin-gitihub.plugin -tags "${BUILD_TAGS}" *.go
4+
go build -o $(TAILPIPE_INSTALL_DIR)/plugins/hub.tailpipe.io/plugins/turbot/github@latest/tailpipe-plugin-github.plugin -tags "${BUILD_TAGS}" *.go
55

66
## Paths
77
#PLUGIN_NAME=tailpipe-plugin-github.plugin

0 commit comments

Comments
 (0)