diff --git a/functions/git.fish b/functions/git.fish index 622a061..49d9675 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -5,6 +5,6 @@ function gsa read -S branch echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist /" read -S path - echo "git submodule add --branch $branch --name $path $repo" + echo "git submodule add --branch $branch --name $path https://$repo" end