mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
fix syntax error
This commit is contained in:
parent
6f708a8198
commit
28cd860c54
@ -125,7 +125,7 @@ namespace Bit.Setup
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("Invalid HTTP port. Using default.")
|
Console.WriteLine("Invalid HTTP port. Using default.");
|
||||||
httpPort = 80;
|
httpPort = 80;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user