mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:17:24 +00:00
fix: don't close stdout (#4926)
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
15e62813ed
commit
758074beff
@ -110,8 +110,8 @@ func (mig *FirstInstance) Execute(ctx context.Context) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
defer f.Close()
|
||||||
}
|
}
|
||||||
defer f.Close()
|
|
||||||
|
|
||||||
keyDetails, err := key.Detail()
|
keyDetails, err := key.Detail()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user