8000 fix(setup): Use HTTPS link as origin URL · musq/dotfiles@8f66cd3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 8f66cd3

Browse files
committed
fix(setup): Use HTTPS link as origin URL
1 parent 806d7e8 commit 8f66cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare -r GITHUB_REPOSITORY="musq/dotfiles"
44

5-
declare -r DOTFILES_ORIGIN="git@github.com:$GITHUB_REPOSITORY.git"
5+
declare -r DOTFILES_ORIGIN="https://github.com/$GITHUB_REPOSITORY.git"
66
declare -r DOTFILES_TARBALL_URL="https://github.com/$GITHUB_REPOSITORY/tarball/master"
77
declare -r DOTFILES_UTILS_URL="https://raw.githubusercontent.com/$GITHUB_REPOSITORY/master/src/os/utils.sh"
88

0 commit comments

Comments
 (0)
0