Index: common/config/impl/filesystem/paths.go |
diff --git a/common/config/impl/filesystem/paths.go b/common/config/impl/filesystem/paths.go |
index 78fe6eeb88dd39928b0897e17e1c333757249ef8..745e8bce22bee2f307e9b7cdff5f7ae69fdaa074 100644 |
--- a/common/config/impl/filesystem/paths.go |
+++ b/common/config/impl/filesystem/paths.go |
@@ -57,7 +57,7 @@ func (c configSet) id() string { |
func (c configSet) validate() error { |
if !c.hasPrefix("projects/") && !c.hasPrefix("services/") { |
- return errors.Reason("configSet.validate: bad prefix %(cs)q").D("cs", c.s()).Err() |
+ return errors.Reason("configSet.validate: bad prefix %q", c.s()).Err() |
} |
return nil |
} |