From 9b6db5ee09cc5f4bdef6b3589bcbac7a423cf85e Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 30 Aug 2024 13:39:59 -0600 Subject: add trailing slash for at-finit remote-url --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 421ce28..a4c9d6f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -441,7 +441,7 @@ at-finit() { urluser=$(echo $adminuser | jq "@uri" -jRr) urlpasswd=$(echo $password | jq "@uri" -jRr) echo "Defining remote..." - fossil remote-url -R $repopath https://$urluser:$urlpasswd@depot.antitech.org/$name + fossil remote-url -R $repopath https://$urluser:$urlpasswd@depot.antitech.org/$name/ printf "\nSuccess. View your public repository at https://depot.antitech.org/${name}/\n" } -- cgit v1.2.1