Skip to content

Commit 4454f01

Browse files
committed
Lowercase the pyproject name for dev localhost
1 parent 5a6479a commit 4454f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plain-dev/plain/dev/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def setup(self, *, port, hostname, log_level):
4040
"name", project_name
4141
)
4242

43-
hostname = f"{project_name}.localhost"
43+
hostname = f"{project_name.lower()}.localhost"
4444

4545
self.hostname = hostname
4646
self.log_level = log_level

0 commit comments

Comments
 (0)