From 828facabb59f22bec460104290a3bb27c7998f74 Mon Sep 17 00:00:00 2001 From: Jakub Novak Date: Tue, 26 Sep 2023 19:12:23 +0200 Subject: [PATCH] Rename repo name for api --- scripts/update-api-spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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