Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Jun 27, 2024
1 parent f6f1a13 commit 7fd8615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuskServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ protected function prepareCommand(): array
sprintf('%s:%s', $this->host, $this->port),
join_paths(__DIR__, 'server.php'),
'-t',
ProcessUtils::escapeArgument(join_paths($this->basePath(), 'public')),
join_paths($this->basePath(), 'public'),
];
}

Expand Down

0 comments on commit 7fd8615

Please sign in to comment.