mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
Update generators to change the files in the -master directories
This commit is contained in:
@@ -163,7 +163,7 @@ func (n *Node) MarshalYAML() (interface{}, error) {
|
||||
}
|
||||
|
||||
func writeToConfigDocs(config []byte) error {
|
||||
configPath := utils.GetLazyRootDirectory() + "/docs/Config.md"
|
||||
configPath := utils.GetLazyRootDirectory() + "/docs-master/Config.md"
|
||||
markdown, err := os.ReadFile(configPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error reading Config.md file %w", err)
|
||||
|
||||
Reference in New Issue
Block a user