Fixing typo
This commit is contained in:
parent
1b6b4f998a
commit
1617715b93
2
main.go
2
main.go
@ -35,7 +35,7 @@ func main() {
|
|||||||
// Hugo content directory
|
// Hugo content directory
|
||||||
destDir := config.Section("").Key("hugo_dir").String()
|
destDir := config.Section("").Key("hugo_dir").String()
|
||||||
|
|
||||||
// Crearing watcher
|
// Creating watcher
|
||||||
watcher, err := fsnotify.NewWatcher()
|
watcher, err := fsnotify.NewWatcher()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("Error creating the watcher:", err)
|
fmt.Println("Error creating the watcher:", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user