Skip to content

Commit 9a4ae1a

Browse files
Stensel8Copilot
andauthored
Update Scripts/Export-Drivers.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 28cc46b commit 9a4ae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Export-Drivers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#>
2525

2626
param(
27-
[Parameter(Mandatory=$true, Position=0)]
27+
[Parameter(Mandatory, Position=0)]
2828
[string]$ExportPath
2929
)
3030

0 commit comments

Comments
 (0)