Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Germar authored and daviewales committed Dec 4, 2024
1 parent 62e0a40 commit 9cf9f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/gocryptfstools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _mount(self):
env['ASKPASS_TEMP'] = thread.temp_file

with thread.starter():
gocryptfs = [self.mountproc, '-extpass', 'backintime-askpass' '-quiet']
gocryptfs = [self.mountproc, '-extpass', 'backintime-askpass', '-quiet']
if self.reverse:
gocryptfs += ['-reverse']
gocryptfs += [self.path, self.currentMountpoint]
Expand Down

0 comments on commit 9cf9f43

Please sign in to comment.