Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel authored Jan 4, 2022
1 parent 1532241 commit b436e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masonite/inertia/providers/InertiaProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class InertiaProvider(PackageProvider):

def configure(self):
(
self.root("src/masonite/inertia")
self.root("masonite/inertia")
.name("inertia")
.config("config/inertia.py", publish=True)
)
Expand Down

0 comments on commit b436e32

Please sign in to comment.