mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fix cache
This commit is contained in:
parent
a52e30190b
commit
4e4281918c
2 changed files with 9 additions and 22401 deletions
22408
cache/framework_cache.psm1
vendored
22408
cache/framework_cache.psm1
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -13,7 +13,7 @@ function Show-IcingaForWindowsInstallationMenuStableRepository()
|
||||||
-Entries @(
|
-Entries @(
|
||||||
@{
|
@{
|
||||||
'Command' = 'Show-IcingaForWindowsInstallerConfigurationSummary';
|
'Command' = 'Show-IcingaForWindowsInstallerConfigurationSummary';
|
||||||
'Help' = 'This is the stable repository from where all packages of Icinga for Windows are downloaded and intstalled from. Defaults to "https://packages.icinga.com/IcingaForWindows/stable"';
|
'Help' = 'This is the stable repository from where all packages of Icinga for Windows are downloaded and installed from. Defaults to "https://packages.icinga.com/IcingaForWindows/stable"';
|
||||||
}
|
}
|
||||||
) `
|
) `
|
||||||
-DefaultIndex $DefaultInput `
|
-DefaultIndex $DefaultInput `
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue