This commit is contained in:
2025-02-10 12:41:14 +03:00
parent 8965f7ae89
commit 5f9c6ff2bb
6 changed files with 7 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ pub fn get(args_ GitStructureArgGet) !&GitStructure {
if cfg.coderoot != "SKIP"{
gs.config_ = cfg
gs.config_save()!
println(gs.config()!)
//println(gs.config()!)
}
gs.config()! // will load the config, don't remove