mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
fixing incorrect import path
This commit is contained in:
parent
f857f4caba
commit
d9b5f9cd9e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -14,7 +14,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"./hugolib"
|
"github.com/spf13/hugo/hugolib"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/howeyc/fsnotify"
|
"github.com/howeyc/fsnotify"
|
||||||
|
|
Loading…
Reference in a new issue