This commit is contained in:
justin-calleja 2014-11-26 01:08:09 +00:00
commit be4807add1

View file

@ -53,7 +53,7 @@ type remoteProvider struct {
} }
// A set of paths to look for the config file in // A set of paths to look for the config file in
var configPaths []string var configPaths []string = []string{"."}
// A set of remote providers to search for the configuration // A set of remote providers to search for the configuration
var remoteProviders []*remoteProvider var remoteProviders []*remoteProvider