Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Feb 19, 2021
1 parent 0e5e6d3 commit 374bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function boot()
if (File::exists(resource_path('blueprints/collections/redirects/redirects.yaml')))
return;

if (!File::exists(resource_path('blueprints/collections/redirects/')) {
if (!File::exists(resource_path('blueprints/collections/redirects/'))) {
File::makeDirectory(resource_path('blueprints/collections/redirects/'), 0777, true, true);
}

Expand Down

0 comments on commit 374bec4

Please sign in to comment.