Skip to content

Commit

Permalink
error on get/VERSION 404
Browse files Browse the repository at this point in the history
  • Loading branch information
coryodaniel committed Jun 29, 2019
1 parent c24d189 commit f14b092
Showing 1 changed file 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 @@ -46,4 +46,4 @@ analyze: ## Run dialyzer
mix dialyzer

get/%: ## Add a new swagger spec to the test suite
curl -sSL https://raw.githubusercontent.com/kubernetes/kubernetes/release-$*/api/openapi-spec/swagger.json -o test/support/swagger/$*.json
curl -sfSL https://raw.githubusercontent.com/kubernetes/kubernetes/release-$*/api/openapi-spec/swagger.json -o test/support/swagger/$*.json

0 comments on commit f14b092

Please sign in to comment.