Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-07-11 01:58:32 +0400
committerspf13 <steve.francia@gmail.com>2013-07-11 01:58:32 +0400
commitd9b5f9cd9e2807555c428b3df40035086bafec4f (patch)
treeec1a5e8239d485e5b0bf4a9d77ca57f9d04d49da /main.go
parentf857f4caba4ab637f31d4ac46aad28c376aad752 (diff)
fixing incorrect import path
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8d37afee4..d1c3fc3b8 100644
--- 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"