diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index b7482ea..ea8ae07 100644 --- a/config/config.go +++ b/config/config.go @@ -11,7 +11,7 @@ const ( DefaultRefSpec = "+refs/heads/*:refs/remotes/%s/*" ) -// ConfigStorer interface to persist Config objects +// ConfigStorer generic storage of Config object type ConfigStorer interface { Config() (*Config, error) SetConfig(*Config) error |