Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: logdog/appengine/coordinator/config/config.go

Issue 2644853005: Update project/service config references. (Closed)
Patch Set: Update project/service config references. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/api/config/svcconfig/validate/main.go ('k') | logdog/appengine/coordinator/config/projects.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/appengine/coordinator/config/config.go
diff --git a/logdog/appengine/coordinator/config/config.go b/logdog/appengine/coordinator/config/config.go
index ba7229543f4c468e898fbf159fa82d06bab2fd51..7f301f9981fde345c0fb3378e6185e15a043dfb0 100644
--- a/logdog/appengine/coordinator/config/config.go
+++ b/logdog/appengine/coordinator/config/config.go
@@ -40,7 +40,7 @@ type Config struct {
// ServiceConfigPath returns the config set and path for this application's
// service configuration.
func ServiceConfigPath(c context.Context) (cfgtypes.ConfigSet, string) {
- return cfgclient.CurrentServiceConfigSet(c), svcconfig.ServiceConfigFilename
+ return cfgclient.CurrentServiceConfigSet(c), svcconfig.ServiceConfigPath
}
// Load loads the service configuration. This includes:
« no previous file with comments | « logdog/api/config/svcconfig/validate/main.go ('k') | logdog/appengine/coordinator/config/projects.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698