mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
4
deps/deps.go
vendored
4
deps/deps.go
vendored
@@ -67,8 +67,8 @@ func New(cfg DepsCfg) *Deps {
|
||||
}
|
||||
|
||||
if fs == nil {
|
||||
// Default to the most used file systems.
|
||||
fs = hugofs.NewMem()
|
||||
// Default to the production file systems.
|
||||
fs = hugofs.NewDefault()
|
||||
}
|
||||
|
||||
d := &Deps{
|
||||
|
Reference in New Issue
Block a user