mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 22:55:24 +00:00
pep8 and spelling errors
This commit is contained in:
@@ -6,7 +6,7 @@ class Config:
|
||||
self.repository = os.environ['RESTIC_REPOSITORY']
|
||||
self.password = os.environ['RESTIC_PASSWORD']
|
||||
self.docker_base_url = os.environ.get('DOCKER_BASE_URL') or "unix://tmp/docker.sock"
|
||||
|
||||
|
||||
if check:
|
||||
self.check()
|
||||
|
||||
|
Reference in New Issue
Block a user