Skip to content

Commit a7cc023

Browse files
committed
cmds/cbfs: switch to importing from linuxboot/fiano
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent fd15d1b commit a7cc023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/cbfs/cbfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"log"
77

8-
"github.com/linuxboot/cbfs/pkg/cbfs"
8+
"github.com/linuxboot/fiano/pkg/cbfs"
99
flag "github.com/spf13/pflag"
1010
)
1111

0 commit comments

Comments
 (0)