fix typo
This commit is contained in:
parent
4b3c5bc24b
commit
99b19b1a8f
|
@ -17,7 +17,7 @@ available_extensions = {"extensions": []}
|
|||
|
||||
|
||||
def check_access():
|
||||
assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
|
||||
assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
|
||||
|
||||
|
||||
def apply_and_restart(disable_list, update_list):
|
||||
|
|
Loading…
Reference in New Issue