mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Fix typo
This commit is contained in:
parent
7744d69225
commit
d29d82b87f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Configs:
|
|||
colors: str = config['colors']
|
||||
|
||||
# Wget options
|
||||
wget_options: str = config['wget_optionsa']
|
||||
wget_options: str = config['wget_options']
|
||||
|
||||
except KeyError as err:
|
||||
raise KeyError(f"ERROR: {err} in the configurations.")
|
||||
|
|
Loading…
Reference in a new issue