Browse Source

fix permissions script

Tobias Simetsreiter 5 years ago
parent
commit
ccc8f08297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      permissions.ps1

+ 1 - 1
permissions.ps1

@@ -1,6 +1,6 @@
 param (
     [string]$inputname = '',
-    [string]$outputname = '',
+    [string]$outputname = ''
 )
     
 Add-Type -AssemblyName System.Windows.Forms