summaryrefslogtreecommitdiffstats
path: root/commands/env.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/env.go')
-rw-r--r--commands/env.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/env.go b/commands/env.go
index a6db551e9..0652deb87 100644
--- a/commands/env.go
+++ b/commands/env.go
@@ -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)