mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix indent
This commit is contained in:
parent
5bdc4bd2b4
commit
0a37267ba4
@ -45,7 +45,7 @@ Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$module = ${env:ProgramFiles} + "\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1"
|
||||
If (!(Test-Path $module)) {
|
||||
If (-Not (Test-Path $module)) {
|
||||
$module = ${env:ProgramFiles(x86)} + "\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1"
|
||||
}
|
||||
Import-Module $module
|
||||
|
@ -45,7 +45,7 @@ Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$module = ${env:ProgramFiles} + "\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1"
|
||||
If (!(Test-Path $module)) {
|
||||
If (-Not (Test-Path $module)) {
|
||||
$module = ${env:ProgramFiles(x86)} + "\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1"
|
||||
}
|
||||
Import-Module $module
|
||||
|
Loading…
x
Reference in New Issue
Block a user