Changes git repos to SSH
This commit is contained in:
parent
017fc2fd42
commit
e374b7e6a6
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
declare -A repositories
|
declare -A repositories
|
||||||
|
|
||||||
repositories['DSA']="https://git.php.fail/neintonine/dsa.git"
|
repositories['DSA']="ssh://git.php.fail/neintonine/dsa.git"
|
||||||
repositories['Notes']="https://git.php.fail/neintonine/notes.git"
|
repositories['Notes']="ssh://git.php.fail/neintonine/notes.git"
|
||||||
|
|
||||||
for path in "${!repositories[@]}"; do
|
for path in "${!repositories[@]}"; do
|
||||||
url=${repositories[$path]}
|
url=${repositories[$path]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue