X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fcomponents%2Fservices%2FHealthchecks.vue;h=0aefb74fb9fd07d05f5d6f0ab68d6b097fcdb4a0;hb=de4b7e6124254a192c897bdf0070b078a64ee563;hp=c60f24183087c3ff32586dc63b68241db972370c;hpb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/components/services/Healthchecks.vue b/src/components/services/Healthchecks.vue index c60f241..0aefb74 100644 --- a/src/components/services/Healthchecks.vue +++ b/src/components/services/Healthchecks.vue @@ -66,7 +66,7 @@ export default { const apikey = this.item.apikey; if (!apikey) { console.error( - "apikey is not present in config.yml for the Healthchecks entry!" + "apikey is not present in config.yml for the Healthchecks entry!", ); return; }