typo
This commit is contained in:
parent
4afc07bb65
commit
8385d2325d
@ -34,7 +34,7 @@ rootfs = rule(
|
|||||||
implementation = _rootfs_impl,
|
implementation = _rootfs_impl,
|
||||||
attrs = {
|
attrs = {
|
||||||
"src": _input_container,
|
"src": _input_container,
|
||||||
"_undocker": _undocker,
|
"_undocker": _undocker_cli,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -61,6 +61,6 @@ lxcconfig = rule(
|
|||||||
implementation = _lxcconfig_impl,
|
implementation = _lxcconfig_impl,
|
||||||
attrs = {
|
attrs = {
|
||||||
"src": _input_container,
|
"src": _input_container,
|
||||||
"_undocker": _undocker,
|
"_undocker": _undocker_cli,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user