Skip to content

Commit

Permalink
remove https://hd-home.zeabur.app/ from clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Jul 31, 2024
1 parent 91cc121 commit 05d4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-dev
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function mailConfig

function clone
{
git clone https://hd-home.zeabur.app/https://github.com/$1 $1
git clone https://github.com/$1 $1
cd $1
git remote set-url origin https://github.com/$1
gh repo fork --remote
Expand Down

0 comments on commit 05d4809

Please sign in to comment.