Skip to content

Commit b7b123b

Browse files
committed
Changed param order to match the other subroutines
1 parent f105bd5 commit b7b123b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jenv-uninstall.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Invoke-Uninstall {
22
param (
3-
[Parameter(Mandatory = $true)][boolean]$help,
43
[Parameter(Mandatory = $true)][object]$config,
4+
[Parameter(Mandatory = $true)][boolean]$help,
55
[Parameter(Mandatory = $true)][string]$name
66
)
77

0 commit comments

Comments
 (0)