diff --git a/config/init.go b/config/init.go index e0470c71d..80923355e 100644 --- a/config/init.go +++ b/config/init.go @@ -76,7 +76,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) { return conf, nil } -// DatastoreConfig is an internal function exported to aid in testing. +// DefaultDatastoreConfig is an internal function exported to aid in testing. func DefaultDatastoreConfig() Datastore { return Datastore{ StorageMax: "10GB",