We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd15d1b commit a7cc023Copy full SHA for a7cc023
1 file changed
cmds/cbfs/cbfs.go
@@ -5,7 +5,7 @@ import (
5
"fmt"
6
"log"
7
8
- "github.com/linuxboot/cbfs/pkg/cbfs"
+ "github.com/linuxboot/fiano/pkg/cbfs"
9
flag "github.com/spf13/pflag"
10
)
11
0 commit comments