From 1df36591d02d4fe32c2579c8b4d6c96fca9a406f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Tue, 1 Jun 2021 07:38:19 +0200 Subject: [PATCH] list: Fix typo Fallout from https://github.com/containers/toolbox/pull/776 https://github.com/containers/toolbox/pull/782 --- src/cmd/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/list.go b/src/cmd/list.go index 8e78b82d3..b36a26d86 100644 --- a/src/cmd/list.go +++ b/src/cmd/list.go @@ -62,7 +62,7 @@ var ( // toolboxContainerLabels holds labels used by container that mark them as compatible with Toolbox toolboxContainerLabels = map[string]string{ "com.github.debarshiray.toolbox": "true", - "com.github.containrs.toolbox": "true", + "com.github.containers.toolbox": "true", } )