mirror of
https://github.com/wassname/sloth.git
synced 2026-07-11 18:01:41 +08:00
fix default_config CONTAINERS
This commit is contained in:
@@ -15,8 +15,8 @@ INSERTERS = {
|
||||
}
|
||||
|
||||
CONTAINERS = (
|
||||
('*.json': 'sloth.annotations.container.JSONContainer'),
|
||||
('*.yaml': 'sloth.annotations.container.YAMLContainer'),
|
||||
('*.json', 'sloth.annotations.container.JSONContainer'),
|
||||
('*.yaml', 'sloth.annotations.container.YAMLContainer'),
|
||||
)
|
||||
|
||||
PLUGINS = (
|
||||
|
||||
Reference in New Issue
Block a user