Skip to content

Commit e8bb4c9

Browse files
committed
Update to latest common lib
1 parent 3fcf81d commit e8bb4c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
2525
keyStoreAlias: { type: OptionType.String },
2626
keyStoreAliasPassword: { type: OptionType.String }
2727
},
28-
path.join($hostInfo.isWindows ? path.join(process.env.LocalAppData, ".nativescript-cli") : path.join(osenv.home(), ".local/share", ".nativescript-cli")),
28+
path.join($hostInfo.isWindows ? process.env.LocalAppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"),
2929
$errors, $staticConfig);
3030
}
3131
}

0 commit comments

Comments
 (0)