aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2024-08-30 13:39:59 -0600
committerjason2024-08-30 13:39:59 -0600
commit9b6db5ee09cc5f4bdef6b3589bcbac7a423cf85e (patch)
tree7a0ea51c1fcce7214e2fa7b4e1d3434d5288b0c3
parent67c2c0f6f62f19b0feedf13f991891ddcf1dbf6b (diff)
downloaddotfiles-9b6db5ee09cc5f4bdef6b3589bcbac7a423cf85e.tar.gz
dotfiles-9b6db5ee09cc5f4bdef6b3589bcbac7a423cf85e.zip
add trailing slash for at-finit remote-url
-rw-r--r--bash/.bashrc2
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}