summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-22 12:24:06 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-22 12:24:06 -0400
commit9762ac8da9b938a40423b79966b35be080686620 (patch)
tree63e1744818830ab2c15908bd753c0e74349ec662 /keysafe.hs
parent1e12f0574214cd68b2d201889ff15e79a5cc0076 (diff)
downloadkeysafe-9762ac8da9b938a40423b79966b35be080686620.tar.gz
--server needs a port
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 2b40842..2ba5ff7 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -63,8 +63,8 @@ dispatch cmdline ui storagelocations tunables possibletunables = do
restore storagelocations ui possibletunables Gpg.anyKey
go CmdLine.UploadQueued _ =
uploadQueued
- go CmdLine.Server _ =
- runServer 80
+ go (CmdLine.Server port) _ =
+ runServer port
go CmdLine.Benchmark _ =
benchmarkTunables tunables