Skip to content

Commit

Permalink
Rename repo name for api
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Sep 26, 2023
1 parent 01ed1ab commit 828faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-api-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828faca

Please sign in to comment.