diff --git a/scripts/update-api-spec.sh b/scripts/update-api-spec.sh index 100a87ad5..9d5241e69 100755 --- a/scripts/update-api-spec.sh +++ b/scripts/update-api-spec.sh @@ -6,7 +6,7 @@ set -eu # Check if the remote is set if [ -z "$(git remote get-url api)" ]; then - git remote add api git@github.com:e2b-dev/api.git + git remote add api git@github.com:e2b-dev/infra.git fi # Get the current branch