Jelajahi Sumber

Fix duplicate upstream remote addition when forking

Jesse Vincent 11 bulan lalu
induk
melakukan
400ac0f436
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      lib/initialize-skills.sh

+ 0 - 1
lib/initialize-skills.sh

@@ -53,7 +53,6 @@ if command -v gh &> /dev/null; then
 
     if [[ $REPLY =~ ^[Yy]$ ]]; then
         gh repo fork obra/superpowers-skills --remote=true
-        git remote add upstream "$SKILLS_REPO"
         echo "Forked! You can now contribute skills back to the community."
     else
         git remote add upstream "$SKILLS_REPO"