typo
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user