summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2016-10-24 16:13:04 -0700
committerGitHub <noreply@github.com>2016-10-24 16:13:04 -0700
commita18e708ffba7ea6fb1f4d418048165fbb5672c29 (patch)
treec21b72d8c168be1257a990c5d711206d3d2d3a15 /cmd/ponzu/main.go
parent737a3f796b87c0ee8236ef949fff81e2238fc071 (diff)
parent2fd308a18701d8d9da9f86480eabdc5c367e2f5c (diff)
Merge pull request #8 from bosssauce/ponzu-dev
[core] User management
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index 434de67..48aef9e 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -186,10 +186,7 @@ func main() {
}
if https {
- // fmt.Println("TLS through Let's Encrypt is not implemented yet.")
- // fmt.Println("Please run 'ponzu serve' without the --https flag for now.")
- // os.Exit(1)
-
+ fmt.Println("Enabling HTTPS...")
tls.Enable()
}