Skip to content

Commit

Permalink
list: Fix typo
Browse files Browse the repository at this point in the history
Fallout from #776

#782
  • Loading branch information
HarryMichal committed Jun 1, 2021
1 parent e09de9f commit 1df3659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
)

Expand Down

0 comments on commit 1df3659

Please sign in to comment.