Skip to content

Commit

Permalink
Updates to process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Feb 20, 2023
1 parent 1151910 commit 63c9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluffySpoon.Ngrok/NgrokProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private ProcessStartInfo GetLinuxProcessStartInfo()
{
var linuxProcessStartInfo =
new ProcessStartInfo(
Path.Combine(Directory.GetCurrentDirectory(), "ngrok"),
"ngrok",
$"start --none")
{
CreateNoWindow = true,
Expand Down

0 comments on commit 63c9c07

Please sign in to comment.