Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent a3fce1f commit c3441a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ then
chmod 0644 ~/.ssh/known_hosts
chmod 0755 ~/.ssh

git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git
#git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git

# HACK: remove annoying https redirect
insteadof=`git config --list | grep insteadof`
remove=`echo $insteadof | cut -d "=" -f 1`
git config --global --unset $remove
#git config --global "url.ssh://[email protected]:443/.insteadOf" [email protected]:

git remote set-url origin [email protected]:Redot-Engine/redot-docs-live.git

Expand Down

0 comments on commit c3441a0

Please sign in to comment.