mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Config: Fix IcingaMacros const identifier.
This commit is contained in:
parent
b58c9ee3f8
commit
020a856bce
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Global macros
|
* Global macros
|
||||||
*/
|
*/
|
||||||
var IcingaMacros = {
|
const IcingaMacros = {
|
||||||
plugindir = "/usr/lib/nagios/plugins"
|
plugindir = "/usr/lib/nagios/plugins"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user