fixing incorrect import path

This commit is contained in:
spf13 2013-07-10 17:58:32 -04:00
parent f857f4caba
commit d9b5f9cd9e

View file

@ -14,7 +14,7 @@
package main
import (
"./hugolib"
"github.com/spf13/hugo/hugolib"
"flag"
"fmt"
"github.com/howeyc/fsnotify"