From 12997053e49b10f032e6436507e2829cfff946c5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 16 Jan 2023 18:03:30 +0100 Subject: [PATCH] fix: ensure config.Struct.Update is set in compatibility branch --- cmd/breakglass/breakglass.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/breakglass/breakglass.go b/cmd/breakglass/breakglass.go index e8821a0..cec58b5 100644 --- a/cmd/breakglass/breakglass.go +++ b/cmd/breakglass/breakglass.go @@ -247,6 +247,7 @@ func breakglass() error { // best-effort compatibility for old setups cfg = &config.Struct{ Hostname: instance, + Update: &config.UpdateStruct{}, } } else { return err