Skip to content

Commit

Permalink
fix: Settings dir check (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-smartive authored Sep 25, 2023
1 parent 0879444 commit af7316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/gqm/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ensureDirectoryExists = (dir: string) => {
return true;
}

ensureDirectoryExists(dir);
ensureDirectoryExists(dirname(dir));

try {
console.info(`Creating directory ${dir}`);
Expand Down

0 comments on commit af7316f

Please sign in to comment.