mirror of https://github.com/Icinga/icinga2.git
Config: Fix IcingaMacros const identifier.
This commit is contained in:
parent
b58c9ee3f8
commit
020a856bce
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Global macros
|
||||
*/
|
||||
var IcingaMacros = {
|
||||
const IcingaMacros = {
|
||||
plugindir = "/usr/lib/nagios/plugins"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue