Browse Source

Fixed: Typo

layerset
Till Wegmüller 6 years ago
parent
commit
46b01bfdd9
  1. 2
      image/build_test.go

2
image/build_test.go

@ -46,7 +46,7 @@ func TestBuildChroot(t *testing.T) {
}
}
func TestBUildProfile(t *testing.T){
func TestBuildProfile(t *testing.T){
profile, err := LoadProfile("../samples/profile.json")
if err != nil {
t.Fatal(err)

Loading…
Cancel
Save