aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrumblejoe <trumblejoe@gmail.com>2019-07-02 13:29:28 -0400
committerGitHub <noreply@github.com>2019-07-02 13:29:28 -0400
commitb719ca5a333504d2297bb1c667a3fea8447e324b (patch)
treedecee837addd173dd656661161391891980fc554
parentb3b08fecb29f22c9d8550b49bd2bca18c339ef7b (diff)
Qualified Namespace of pscredential
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
-rw-r--r--deployment/windows/install-jellyfin.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1
index 0cd7f5236..e909a0468 100644
--- a/deployment/windows/install-jellyfin.ps1
+++ b/deployment/windows/install-jellyfin.ps1
@@ -3,7 +3,7 @@
param(
[Switch]$Quiet,
[Switch]$InstallAsService,
- [pscredential]$ServiceUser,
+ [System.Management.Automation.pscredential]$ServiceUser,
[switch]$CreateDesktopShorcut,
[switch]$LaunchJellyfin,
[switch]$MigrateEmbyLibrary,