chore: use single string docker labels

This commit is contained in:
Aarnav Tale
2025-05-04 15:24:00 -04:00
parent 0808299369
commit b1da29b2fb
6 changed files with 85 additions and 61 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export async function loadIntegration(context: HeadplaneConfig['integration']) {
try {
const res = await integration.isAvailable();
if (!res) {
log.error('config', 'Integration %s is not available', integration);
log.error('config', 'Integration %s is not available', integration.name);
return;
}
} catch (error) {