mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
tweak version output order
This commit is contained in:
parent
312e40b95b
commit
8a2b38b46c
4 changed files with 21 additions and 17 deletions
|
@ -76,9 +76,9 @@ def get_BINPROVIDERS() -> Dict[str, 'BaseBinProvider']:
|
|||
# TODO: move these to plugins
|
||||
from abx.archivebox.base_binary import apt, brew, env
|
||||
builtin_binproviders = {
|
||||
'env': env,
|
||||
'apt': apt,
|
||||
'brew': brew,
|
||||
'env': env,
|
||||
}
|
||||
|
||||
return benedict({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue