Skip to content

Commit

Permalink
Fix bug so watch works on theme directories as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed May 27, 2014
1 parent 6b8244b commit e799100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/hugo.go
Expand Up @@ -217,7 +217,7 @@ func copyStatic() error {

// Copy Static to Destination
jww.INFO.Println("syncing from", themeDir, "to", publishDir)
return fsync.Sync(publishDir, themeDir)
fsync.Sync(publishDir, themeDir)
}

// Copy Static to Destination
Expand Down

0 comments on commit e799100

Please sign in to comment.