fixing incorrect import path
authorspf13 <steve.francia@gmail.com>
Wed, 10 Jul 2013 21:58:32 +0000 (17:58 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 10 Jul 2013 21:58:32 +0000 (17:58 -0400)
main.go

diff --git a/main.go b/main.go
index 8d37afee4abb9096fe33be782dabe5f96434bfbc..d1c3fc3b8135b0dd1a6a6b6f1713de96d6c600b7 100644 (file)
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@
 package main
 
 import (
-       "./hugolib"
+       "github.com/spf13/hugo/hugolib"
        "flag"
        "fmt"
        "github.com/howeyc/fsnotify"