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