Explorar el Código

Fix duplicate upstream remote addition when forking

Jesse Vincent hace 11 meses
padre
commit
400ac0f436
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
     if [[ $REPLY =~ ^[Yy]$ ]]; then
         gh repo fork obra/superpowers-skills --remote=true
         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."
         echo "Forked! You can now contribute skills back to the community."
     else
     else
         git remote add upstream "$SKILLS_REPO"
         git remote add upstream "$SKILLS_REPO"