Skip to content

Commit 51741ed

Browse files
authored
Merge pull request #105 from buildkite-plugins/fix/makefile_pluginId
fix: plugin ID doesn't need org
2 parents 36df428 + d63ccc5 commit 51741ed

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
@@ -31,7 +31,7 @@ quality:
3131
go fmt
3232
go mod tidy
3333
ifneq (${HAS_DOCKER},)
34-
docker run --rm -v "$(PWD):/plugin" buildkite/plugin-linter:latest --id buildkite-plugins/monorepo-diff
34+
docker run --rm -v "$(PWD):/plugin" buildkite/plugin-linter:latest --id monorepo-diff
3535
endif
3636

3737
.PHONY: build

0 commit comments

Comments
 (0)