Skip to content

Commit 955f8a5

Browse files
zaolinChriMarMe
authored andcommitted
Fix package name typo
Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
1 parent 75f8844 commit 955f8a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/intel/metadata/bg/bgkey/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//go:generate manifestcodegen
66

7-
package bgbootpolicy
7+
package bgkey
88

99
import (
1010
"bytes"

pkg/intel/metadata/bg/bgkey/manifest_manifestcodegen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/intel/metadata/bg/bgkey/manifest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
package bgbootpolicy
5+
package bgkey
66

77
import (
88
"testing"

0 commit comments

Comments
 (0)