mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
One more error fix in the server command
And some other small code clean-up. See #1502
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"github.com/spf13/afero"
|
||||
"github.com/spf13/hugo/hugofs"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
"os"
|
||||
)
|
||||
|
||||
// Issue #1133
|
||||
|
Reference in New Issue
Block a user