1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

fix syntax error

This commit is contained in:
Kyle Spearrin
2018-03-28 11:12:42 -04:00
parent 6f708a8198
commit 28cd860c54

View File

@ -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;
} }
} }