aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpwsh-diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwsh-diff b/pwsh-diff
index bf10324..4dcc558 100755
--- a/pwsh-diff
+++ b/pwsh-diff
@@ -1,7 +1,7 @@
#!/usr/bin/env pwsh
param (
- [Parameter(Mandatory=$true, ValueFromPipeline=$true)][string[]]$input
+ [Parameter(ValueFromPipeline=$true)][string[]]$input
)
$VERSION = "0.1.0"