aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-07-04 20:18:46 -0700
committerGitHub <noreply@github.com>2019-07-04 20:18:46 -0700
commit0e0c70f782b2c0199259a473ad3e155f14089041 (patch)
treea14282b2821b718ab640849cccb6b35864664856
parent9e9952d81fbd9105328bc45350ee0f4ad673367a (diff)
parentb719ca5a333504d2297bb1c667a3fea8447e324b (diff)
Merge pull request #1505 from trumblejoe/patch-1
Qualified Namespace of pscredential
-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,