Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit e523701

Browse files
committed
config: storer comment
1 parent 7b0f65f commit e523701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
DefaultRefSpec = "+refs/heads/*:refs/remotes/%s/*"
1212
)
1313

14-
// ConfigStorer interface to persist Config objects
14+
// ConfigStorer generic storage of Config object
1515
type ConfigStorer interface {
1616
Config() (*Config, error)
1717
SetConfig(*Config) error

0 commit comments

Comments
 (0)