From 1c8aa2b4d280a161b70a5f93042da02b13d75373 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 4 Feb 2021 09:59:38 -0500 Subject: [PATCH] fix bad merge Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 7a612a14be..1ea82db58e 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -21,7 +21,7 @@ function getAppTestingPaths(): AppTestingPaths { }; case "linux": return { - testingPath: "./dist/linux-unpacked/lens", + testingPath: "./dist/linux-unpacked/kontena-lens", libraryPath: path.join(process.env.XDG_CONFIG_HOME || path.join(process.env.HOME, ".config"), "Lens"), }; case "darwin":