Skip to content

Commit

Permalink
Fix schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Apr 16, 2024
1 parent 7a11375 commit 1cabd98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CODEGEN := pulumi-gen-${PACK}
VERSION_PATH := pkg/version.Version

WORKING_DIR := $(shell pwd)
SCHEMA_PATH := ${WORKING_DIR}/schema.json
SCHEMA_PATH := ${WORKING_DIR}/provider/cmd/${PROVIDER}/schema.json

GOPATH := $(shell go env GOPATH)

Expand Down
File renamed without changes.

0 comments on commit 1cabd98

Please sign in to comment.