summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 10:23:30 -0700
committerWolfy-J <[email protected]>2018-07-08 10:23:30 -0700
commit3c3a7801100f29c99a5e446646c818bf16ccd5f0 (patch)
tree4d558ae6e799b5e76e8e56b192cf057d47f3527f /cmd
parent466383c72d921aba728de40b60910741e561c1d1 (diff)
minor attributes refactoring
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 1a21cfc9..086f518c 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 {