From d3fde1a982fdee4783d1c605202aecedaf123328 Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Mon, 4 Nov 2024 13:26:24 +0100 Subject: [PATCH] Fix typo --- .../getSupportedLicenseVersionInstallationInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts b/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts index e050a94..f91a2a1 100644 --- a/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts +++ b/src/installation-info/getSupportedLicenseVersionInstallationInfo.ts @@ -3,7 +3,7 @@ * For licensing, see LICENSE.md. */ -import { isCKCdnTestingVersion } from 'cdn/ck/isCKCdnVersion.js'; +import { isCKCdnTestingVersion } from '../cdn/ck/isCKCdnVersion.js'; import type { LicenseKeyVersion } from '../license/LicenseKey.js'; import { destructureSemanticVersion } from '../utils/version/destructureSemanticVersion.js';