Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jun 27, 2024
1 parent 34a86e1 commit dc667ae
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 @@ -234,7 +234,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 dc667ae

Please sign in to comment.