Fixed identation

pull/2/head
Illia Chub 2021-10-27 12:45:03 +03:00
parent 956336da4b
commit c1c9f18521
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ def ListAllBackups():
def CreateSingleBackup():
backupCommand = '''
backupCommand = '''
restic -r b2:{}:/sfbackup --verbose backup /var --password-file /var/lib/restic/rpass
'''.format(request.headers.get("X-Repository-Name"))