Skip to content

Commit

Permalink
fixed error when creating base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomkd46 committed Jul 7, 2022
1 parent 32994a5 commit dfca312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class AladdinConnectPlatform implements DynamicPlatformPlugin {
/** this is used to track which accessories have been configured */
//public readonly configuredAccessories: PlatformAccessory[] = [];

public readonly projectDir = path.join(this.api.user.storagePath(), '@bloomkd46/aladdinconnect');
public readonly projectDir = path.join(this.api.user.storagePath(), 'Aladdin Connect');
public readonly generalLogPath = path.join(this.projectDir, 'General.log');

public readonly time = () => {
Expand Down

0 comments on commit dfca312

Please sign in to comment.