mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
parent
49336bfc58
commit
b1016d2e26
4 changed files with 7 additions and 3 deletions
|
@ -32,7 +32,7 @@ func newEnvCommand() simplecobra.Commander {
|
|||
r.Printf("GOARCH=%q\n", runtime.GOARCH)
|
||||
r.Printf("GOVERSION=%q\n", runtime.Version())
|
||||
|
||||
if r.verbose {
|
||||
if r.isVerbose() {
|
||||
deps := hugo.GetDependencyList()
|
||||
for _, dep := range deps {
|
||||
r.Printf("%s\n", dep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue