list: Fix typo
Fallout from https://github.com/containers/toolbox/pull/776 https://github.com/containers/toolbox/pull/782
This commit is contained in:
parent
e09de9f3e5
commit
1df36591d0
|
@ -62,7 +62,7 @@ var (
|
||||||
// toolboxContainerLabels holds labels used by container that mark them as compatible with Toolbox
|
// toolboxContainerLabels holds labels used by container that mark them as compatible with Toolbox
|
||||||
toolboxContainerLabels = map[string]string{
|
toolboxContainerLabels = map[string]string{
|
||||||
"com.github.debarshiray.toolbox": "true",
|
"com.github.debarshiray.toolbox": "true",
|
||||||
"com.github.containrs.toolbox": "true",
|
"com.github.containers.toolbox": "true",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue