diff --git a/commands/hugo.go b/commands/hugo.go index e18da8722..5e55d5279 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -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