Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed git remote configuration in dev container (TryGhost#21459)
no issue - When creating a dev container, the onCreateCommand script will try to setup the git remotes according to the environment variables defined for e.g. `$GHOST_UPSTREAM`. There was a bug that caused the `origin` remote to successfully be renamed to `$GHOST_UPSTREAM`, but the `origin` remote was not being created successfully on the first try. This commit fixes that bug.
- Loading branch information