提交 70dab069 作者: Brian Tiger Chow

doc(fsrepo)

上级 6ec60ba8
......@@ -86,6 +86,9 @@ func Init(path string, conf *config.Config) error {
if err != nil {
return err
}
// initialization is the one time when it's okay to write to the config
// without reading the config from disk and merging any user-provided keys
// that may exist.
if err := writeConfigFile(configFilename, conf); err != nil {
return err
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论