We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750c65 commit c31a3b6Copy full SHA for c31a3b6
Makefile
@@ -1,7 +1,7 @@
1
TAILPIPE_INSTALL_DIR ?= ~/.tailpipe
2
BUILD_TAGS = netgo
3
install:
4
- go build -o $(TAILPIPE_INSTALL_DIR)/plugins/hub.tailpipe.io/plugins/turbot/github@latest/tailpipe-plugin-gitihub.plugin -tags "${BUILD_TAGS}" *.go
+ go build -o $(TAILPIPE_INSTALL_DIR)/plugins/hub.tailpipe.io/plugins/turbot/github@latest/tailpipe-plugin-github.plugin -tags "${BUILD_TAGS}" *.go
5
6
## Paths
7
#PLUGIN_NAME=tailpipe-plugin-github.plugin
0 commit comments