Skip to content

Commit

Permalink
Changed count file path to home dir due to permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed May 16, 2018
1 parent 6a855f6 commit a24dbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/helpers/ueli-helpers.ts
Expand Up @@ -6,5 +6,5 @@ export class UeliHelpers {
public static readonly productName = "ueli";
public static readonly ueliCommandPrefix = "ueli:";
public static readonly configFilePath = join(homedir(), "ueli.config.json");
public static readonly countFilePath = join(process.cwd(), "ueli.count.json");
public static readonly countFilePath = join(homedir(), "ueli.count.json");
}

0 comments on commit a24dbb9

Please sign in to comment.