Skip to content

Commit

Permalink
fix spreading of arguments to externals (#156)
Browse files Browse the repository at this point in the history
related to
- nushell/nushell#11289

wait for
- nushell/nupm#57
  • Loading branch information
amtoine authored Jan 20, 2024
1 parent b586438 commit 471c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager/nu-git-manager/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 471c7fb

Please sign in to comment.