aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog/local.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/blog/local.go')
-rw-r--r--cmd/blog/local.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/blog/local.go b/cmd/blog/local.go
index 17ebae4..4ffff66 100644
--- a/cmd/blog/local.go
+++ b/cmd/blog/local.go
@@ -23,7 +23,7 @@ var (
func main() {
flag.Parse()
- s, err := NewServer("/", *contentPath, *templatePath)
+ s, err := NewServer(*contentPath, *templatePath)
if err != nil {
log.Fatal(err)
}