mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix typo
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
77a44f4b4d
commit
caf97297eb
@ -35,7 +35,7 @@ describe("app-paths", () => {
|
||||
temp: "/some-temp",
|
||||
videos: "/some-videos",
|
||||
userData: "/some-irrelevant-user-data",
|
||||
sessionData: "/some-irrelevat-session-data",
|
||||
sessionData: "/some-irrelevant-session-data",
|
||||
};
|
||||
|
||||
builder.beforeApplicationStart(({ mainDi }) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user