mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix spelling
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
843741585e
commit
c28bb4f775
@ -268,13 +268,13 @@ export class ExtensionLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const installedExtension: InstalledExtension = {
|
const installedExtension: InstalledExtension = {
|
||||||
absolutePath: "irrelavent",
|
absolutePath: "irrelevant",
|
||||||
id: extension.manifest.name,
|
id: extension.manifest.name,
|
||||||
isBundled: true,
|
isBundled: true,
|
||||||
isCompatible: true,
|
isCompatible: true,
|
||||||
isEnabled: true,
|
isEnabled: true,
|
||||||
manifest: extension.manifest,
|
manifest: extension.manifest,
|
||||||
manifestPath: "irrelavent",
|
manifestPath: "irrelevant",
|
||||||
};
|
};
|
||||||
const instance = this.dependencies.createExtensionInstance(
|
const instance = this.dependencies.createExtensionInstance(
|
||||||
LensExtensionClass,
|
LensExtensionClass,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user