From e312eddf84bd82fbab68d196aa06bb2ef16f8a56 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 19:27:49 +0200 Subject: [PATCH] testing.. --- functions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/git.fish b/functions/git.fish index 0ba541e..ab44e35 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -13,7 +13,7 @@ function gsa read -l -S path echo "-- enter a name for the submodule --" - read -l -S name + read -l name # ─< Ask the user for confirmation if the constructed command looks correct >─────────────── echo "git submodule add --branch $branch --name $name $repo $path"