We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461b4d commit 4715097Copy full SHA for 4715097
1 file changed
Makefile
@@ -17,7 +17,7 @@ test-integ: test
17
18
version ?= latest
19
test-docker:
20
- curl -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/HEAD/prism/prism.sh -o prism.sh
+ curl -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/HEAD/prism/prism-java.sh -o prism.sh
21
version=$(version) bash ./prism.sh
22
23
clean:
0 commit comments