Skip to content

Commit f499eb7

Browse files
committed
Invoke-Git: use @Args instead of $args
1 parent 2ce9f59 commit f499eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/Invoke-Git.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function Invoke-Git {
22
# Exists solely for mocking purposes
3-
& git $args
3+
& git @args
44
}
55

66
function Get-GitRootLocation {

0 commit comments

Comments
 (0)