From 2375792de516f2649b601ec0458ac4ed03163e3f Mon Sep 17 00:00:00 2001 From: Kristoffer Ahl Date: Fri, 24 Sep 2021 10:29:46 +0200 Subject: [PATCH] Updated schema. --- internal/pkg/config/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/config/schema.go b/internal/pkg/config/schema.go index 0b81783..06120e4 100644 --- a/internal/pkg/config/schema.go +++ b/internal/pkg/config/schema.go @@ -84,7 +84,7 @@ func schemasManifestJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "schemas/manifest.json", size: 3142, mode: os.FileMode(0644), modTime: time.Unix(1631885430, 0)} + info := bindataFileInfo{name: "schemas/manifest.json", size: 3142, mode: os.FileMode(0644), modTime: time.Unix(1632472096, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0xb5, 0x4d, 0xc7, 0xa9, 0x2c, 0x8c, 0xdf, 0x1a, 0x42, 0x3c, 0x5f, 0xb2, 0x4f, 0xe9, 0x49, 0xb2, 0x2e, 0x2d, 0x3d, 0x77, 0x3d, 0xe2, 0x17, 0x38, 0x2e, 0x64, 0x32, 0x82, 0x1b, 0x6, 0x36}} return a, nil }