Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
build: update SDK generator with new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgouveia committed Apr 25, 2023
1 parent bb28dee commit 3a445a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/openapi-generator/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -Eeuo pipefail
DEST="pkg/client"
SPEC_FILE="./api/spec/openapi.yml"

GH_ORG="polyxia-org"
GH_ORG="morty-faas"
GH_HOST="github.com"
GH_REPO="morty-gateway/pkg/client"
GH_REPO="controller/pkg/client"

rm -rf "${DEST}" || true
mkdir -p "${DEST}"
Expand Down

0 comments on commit 3a445a3

Please sign in to comment.