Skip to content

Commit

Permalink
fix the spreading of arguments to externals
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Mar 6, 2024
1 parent 8849b9f commit c7d50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager-sugar/tests/git.nu
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export def remote-list [] {
}

def "assert simple-git-tree-equal" [expected: list<string>, --extra-revs: list<string> = []] {
let actual = ^git log --oneline --decorate --graph --all $extra_revs
let actual = ^git log --oneline --decorate --graph --all ...$extra_revs
| lines
| parse "* {hash} {tree}"
| get tree
Expand Down

0 comments on commit c7d50ec

Please sign in to comment.