mirror of
https://github.com/wassname/sloth.git
synced 2026-07-15 11:26:19 +08:00
fix container names in default config
This commit is contained in:
@@ -21,8 +21,8 @@ INSERTERS = {
|
||||
}
|
||||
|
||||
CONTAINERS = (
|
||||
('*.json', 'sloth.annotations.container.JSONContainer'),
|
||||
('*.yaml', 'sloth.annotations.container.YAMLContainer'),
|
||||
('*.json', 'sloth.annotations.container.JsonContainer'),
|
||||
('*.yaml', 'sloth.annotations.container.YamlContainer'),
|
||||
('*.pickle', 'sloth.annotations.container.PickleContainer'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user