We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a603b commit 3c0cef8Copy full SHA for 3c0cef8
scripts/buildkite/release/openapi-diff.sh
@@ -8,7 +8,7 @@ GOPATH=$(mktemp -d)
8
export GOPATH
9
10
# go install is going to write unremovable stuff to the $GOPATH/bin directory
11
-go install github.com/tufin/oasdiff@latest
+go install github.com/oasdiff/oasdiff@latest
12
13
swagger_tmp=$(mktemp -d)
14
swagger_file="specifications/api/swagger.yaml"
0 commit comments