Skip to content

Commit

Permalink
chore: reset makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
imranismail committed Mar 22, 2024
1 parent 1f93419 commit d7fe055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=sumologic
PLUGIN_DIR=~/.terraform.d/plugins/registry.terraform.io/imranismail/$(PKG_NAME)/0.1.0/darwin_arm64
PLUGIN_DIR=~/.terraform.d/plugins
UNAME=$(shell uname -m)
DEBUG_FLAGS=-gcflags="all=-N -l"

Expand Down

0 comments on commit d7fe055

Please sign in to comment.