Skip to content

Commit 2b1bb2b

Browse files
committed
Fix: config file specification
1 parent d1b924a commit 2b1bb2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alteriso5/work/airootfs/chroot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ func GetChrootDir(dir, arch, config string) (*Chroot, error) {
1717
env := Chroot{
1818
Arch: arch,
1919
Dir: dir,
20+
Config: config,
2021
}
2122

2223
entry, err := os.ReadDir(dir)

0 commit comments

Comments
 (0)