From 12501ead27170174e9098351d151a7462ecd4abe Mon Sep 17 00:00:00 2001 From: amtoine Date: Thu, 11 Jan 2024 18:14:41 +0100 Subject: [PATCH] spread the arguments to externals explicitely --- pkgs/nu-git-manager/nu-git-manager/mod.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/nu-git-manager/nu-git-manager/mod.nu b/pkgs/nu-git-manager/nu-git-manager/mod.nu index 1699a18..b6f094c 100644 --- a/pkgs/nu-git-manager/nu-git-manager/mod.nu +++ b/pkgs/nu-git-manager/nu-git-manager/mod.nu @@ -139,7 +139,7 @@ export def "gm clone" [ } } - ^git clone $args + ^git clone ...$args ^git -C $local_path remote set-url $remote $urls.fetch ^git -C $local_path remote set-url $remote --push $urls.push