mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Merge pull request #537 from Icinga/doku_fix
Fix missing file name in URL
This commit is contained in:
commit
5f8b59e4da
1 changed files with 1 additions and 1 deletions
|
|
@ -102,5 +102,5 @@ Invoke-WebRequest `
|
|||
& $ScriptFile `
|
||||
-ModuleDirectory 'C:\Program Files\WindowsPowerShell\Modules\' `
|
||||
-InstallCommand '{"IfW-DirectorSelfServiceKey":{"Values":["651f889ca5f364e89ed709eabde6237fb02050ff"]},"IfW-DirectorUrl":{"Values":["https://icinga.example.com/icingaweb2/director"]}}' `
|
||||
-IcingaRepository 'https://icinga.example.com/repositories/stable';
|
||||
-IcingaRepository 'https://icinga.example.com/repositories/stable/ifw.repo.json';
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue