diff options
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 421ce28..a4c9d6f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -441,7 +441,7 @@ at-finit() { | |||
| 441 | urluser=$(echo $adminuser | jq "@uri" -jRr) | 441 | urluser=$(echo $adminuser | jq "@uri" -jRr) |
| 442 | urlpasswd=$(echo $password | jq "@uri" -jRr) | 442 | urlpasswd=$(echo $password | jq "@uri" -jRr) |
| 443 | echo "Defining remote..." | 443 | echo "Defining remote..." |
| 444 | fossil remote-url -R $repopath https://$urluser:$urlpasswd@depot.antitech.org/$name | 444 | fossil remote-url -R $repopath https://$urluser:$urlpasswd@depot.antitech.org/$name/ |
| 445 | 445 | ||
| 446 | printf "\nSuccess. View your public repository at https://depot.antitech.org/${name}/\n" | 446 | printf "\nSuccess. View your public repository at https://depot.antitech.org/${name}/\n" |
| 447 | } | 447 | } |