summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 21:20:49 -0700
committerWolfy-J <[email protected]>2018-07-08 21:20:49 -0700
commitf688229fe93016064ad67b381e774881d991b8ab (patch)
tree0e77b17e43aab09b1f8d238fd968fdc325c7e4db /cmd
parentc78c38d07ecc7a9fb9ac089c2aee18d8e51db601 (diff)
mod updated
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go
index 086f518c..1a21cfc9 100644
--- a/cmd/rr/cmd/root.go
+++ b/cmd/rr/cmd/root.go
@@ -58,7 +58,7 @@ type ViperWrapper struct {
v *viper.Viper
}
-// get nested config section (sub-map), returns nil if section not found.
+// Get nested config section (sub-map), returns nil if section not found.
func (w *ViperWrapper) Get(key string) service.Config {
sub := w.v.Sub(key)
if sub == nil {