Skip to content

Commit 3c0cef8

Browse files
committed
Change oasdiff package origin
1 parent e1a603b commit 3c0cef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildkite/release/openapi-diff.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GOPATH=$(mktemp -d)
88
export GOPATH
99

1010
# go install is going to write unremovable stuff to the $GOPATH/bin directory
11-
go install github.com/tufin/oasdiff@latest
11+
go install github.com/oasdiff/oasdiff@latest
1212

1313
swagger_tmp=$(mktemp -d)
1414
swagger_file="specifications/api/swagger.yaml"

0 commit comments

Comments
 (0)