aboutsummaryrefslogtreecommitdiff
path: root/server/main.go
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-04-20 22:12:14 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-04-20 22:12:14 +0100
commitfbac1b1e860f8b8f1aed3f9cde12d5efb331914a (patch)
tree25a2fafe0e5bc517a29738b8b9a081fd735c988b /server/main.go
parentc7350ab6f1d8054d1bc6d2d14d071010bfb0e92f (diff)
Add comments.
Diffstat (limited to 'server/main.go')
-rw-r--r--server/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.go b/server/main.go
index 500e713..6530343 100644
--- a/server/main.go
+++ b/server/main.go
@@ -184,7 +184,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
- signer, err := signer.NewSigner(config.SSH)
+ signer, err := signer.New(config.SSH)
if err != nil {
log.Fatal(err)
}