diff --git a/.devcontainer/onCreateCommand.js b/.devcontainer/onCreateCommand.js index da30bb4c93..594d711a72 100644 --- a/.devcontainer/onCreateCommand.js +++ b/.devcontainer/onCreateCommand.js @@ -54,6 +54,7 @@ function setupGitRemotes() { } } + remotes = execSync('git remote').toString().trim().split('\n'); if (GHOST_FORK_REMOTE_URL) { const remoteName = GHOST_FORK_REMOTE_NAME || 'origin'; // Check if the fork remote already exists