Resolve "Fix "Config file not found and was unable to create" on new gosdn repo environment"
Merged
requested to merge 354-fix-config-file-not-found-and-was-unable-to-create-on-new-gosdn-repo-environment into master
Compare changes
- Katharina Renk authored
+ 2
− 2
@@ -110,12 +110,12 @@ func initConfig() {
@@ -110,12 +110,12 @@ func initConfig() {
if err = os.WriteFile(fmt.Sprintf("%s%s", defaultPath, configFileName), []byte(""), 0600); err != nil {