Skip to content

Commit 0bb73c0

Browse files
authored
Update deploy.sh
1 parent 7c4e04e commit 0bb73c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git add -A
1818
git commit -m 'deploy'
1919

2020
# if you are deploying to https://<USERNAME>.github.io
21-
git remote add origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
21+
git remote set-url origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
2222
git push -f origin master
2323

2424
# if you are deploying to https://<USERNAME>.github.io/<REPO>

0 commit comments

Comments
 (0)