aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_dashboard.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/puppeth/module_dashboard.go')
-rw-r--r--cmd/puppeth/module_dashboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go
index 3832b247f..4f9e88899 100644
--- a/cmd/puppeth/module_dashboard.go
+++ b/cmd/puppeth/module_dashboard.go
@@ -683,7 +683,7 @@ func deployDashboard(client *sshClient, network string, conf *config, config *da
return nil, client.Stream(fmt.Sprintf("cd %s && docker-compose -p %s up -d --build --force-recreate", workdir, network))
}
-// dashboardInfos is returned from an dashboard status check to allow reporting
+// dashboardInfos is returned from a dashboard status check to allow reporting
// various configuration parameters.
type dashboardInfos struct {
host string