1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-12 02:48:46 +00:00

Fix install script

This commit is contained in:
Asher 2019-01-11 14:23:16 -06:00 committed by Kyle Carberry
parent 0e7e8086d4
commit 0c3ffb301a
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB

View File

@ -39,4 +39,4 @@ const handlePackages = (dir: string): void => {
});
};
handlePackages(resolve(__dirname, ".."));
handlePackages(resolve(__dirname, "..", ".."));