mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add datatype to param()
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
#Requires -RunAsAdministrator
|
||||
|
||||
param($Directory = "")
|
||||
param([string]$Directory = "")
|
||||
|
||||
|
||||
function CheckIfInstalled {
|
||||
|
Reference in New Issue
Block a user