From 3197283fbb26b15bf6a2a831b64d344709500932 Mon Sep 17 00:00:00 2001 From: emisargent <55098699+emisargent@users.noreply.github.com> Date: Fri, 24 Feb 2023 01:01:02 +0000 Subject: [PATCH] Use emisargent for adding remote fork --- .devcontainer/post-create-command.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/post-create-command.sh b/.devcontainer/post-create-command.sh index 2c3e5657..b41648c3 100755 --- a/.devcontainer/post-create-command.sh +++ b/.devcontainer/post-create-command.sh @@ -2,9 +2,8 @@ set -e # Add user's fork as a remote -GIT_USER=$(git config user.name) if ! git remote | grep -q "fork"; then - git remote add fork https://github.com/${GIT_USER}/flask + git remote add fork https://github.com/${GITHUB_USER}/flask fi # Create and activate a virtualenv