Skip to content

Commit 52fc73c

Browse files
committed
fix typo
1 parent 54d1b07 commit 52fc73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/rest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default class RestApiBackend implements Backend {
238238
// check for cloud edition header
239239
if (result.headers.get('X-Checkmk-Edition') !== 'cce' && process.env.BUILD_EDITION === 'CLOUD') {
240240
throw new Error(
241-
'Checkmk data source for Checkmk Cloud Edition« is only compatible with Checkmk Cloud Edition, but you are trying to connect to another edition.'
241+
'»Checkmk data source for Checkmk Cloud Edition« is only compatible with Checkmk Cloud Edition, but you are trying to connect to another edition.'
242242
);
243243
}
244244

0 commit comments

Comments
 (0)