mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-15 07:12:44 +02:00
Fix syntax errors
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
param([string]$symlink = "", $[string]target = "")
|
||||
param([string]$symlink = "", [string]$target = "")
|
||||
|
||||
try {
|
||||
if ($symlink -eq "" ) { $symlink = read-host "Enter new symlink filename" }
|
||||
|
Reference in New Issue
Block a user