BUG: Fixed an issue with Docker build references for older versions

This commit is contained in:
frikky
2020-12-19 08:06:03 +01:00
parent b5d16d7458
commit e60c855ce4
3 changed files with 31 additions and 1 deletions
+2
View File
@@ -5541,6 +5541,8 @@ func iterateAppGithubFolders(fs billy.Filesystem, dir []os.FileInfo, extra strin
}
}
log.Printf("HANDLING DOCKER FILEREADER - SEARCH&REPLACE?")
appfileData, err := ioutil.ReadAll(fileReader)
if err != nil {
log.Printf("Failed reading %s: %s", fullPath, err)