diff --git a/commands/hugo.go b/commands/hugo.go index ce6425489..628219be3 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -551,11 +551,7 @@ func copyStatic() error { // because we are using a baseFs (to get the union right). // set sync src to root - err := syncer.Sync(publishDir, helpers.FilePathSeparator) - if err != nil { - return err - } - return nil + return syncer.Sync(publishDir, helpers.FilePathSeparator) } // getDirList provides NewWatcher() with a list of directories to watch for changes.