Skip to content

Commit 78159fc

Browse files
Merge pull request #3 from aaronhuisinga/master
Specify path of directory to be created when no settings directory exists
2 parents e3f217b + 1a5c1da commit 78159fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/AlgoliaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct()
2020

2121
// Ensure settings directory exists
2222
if (! File::exists($this->path)) {
23-
File::makeDirectory();
23+
File::makeDirectory($this->path);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)