mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Revert close channel change
I do not know why but this broke everything in beepy
This commit is contained in:
parent
2361a5fa96
commit
b7a4d58637
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue