Revert close channel change

I do not know why but this broke everything in beepy
This commit is contained in:
FIGBERT 2023-08-09 11:05:51 -07:00
parent 2361a5fa96
commit b7a4d58637
No known key found for this signature in database
GPG key ID: 67F1598D607A844B

View file

@ -23,8 +23,6 @@ type Config struct {
} }
func Init(conf Config, updates chan fmt.Stringer) Completed { func Init(conf Config, updates chan fmt.Stringer) Completed {
defer close(updates)
// setup package dir // setup package dir
os.Setenv("GOMUKS_ROOT", conf.OutputDir) os.Setenv("GOMUKS_ROOT", conf.OutputDir)
updates <- exportDirSet{dir: conf.OutputDir} updates <- exportDirSet{dir: conf.OutputDir}