summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcontrib/keepassx2pass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/keepassx2pass.py b/contrib/keepassx2pass.py
index 86e2f11..fe7d2d6 100755
--- a/contrib/keepassx2pass.py
+++ b/contrib/keepassx2pass.py
@@ -13,7 +13,7 @@ def path_for(element, path=''):
def import_entry(element, path=''):
""" Import new password entry to password-store using pass insert
command """
- proc = Popen(['pass', 'insert', path_for(element, path)],
+ proc = Popen(['pass', 'insert', '--force', path_for(element, path)],
stdin=PIPE, stdout=PIPE)
proc.communicate(element.find('password').text + "\n")
proc.wait()
gsubject'>Run tests as default rake testAntonio Terceiro1-1/+1 2013-08-13Temporaily disable test that depends on networkAntonio Terceiro1-1/+1 2013-08-13Fix MaildirAccount class; add testsAntonio Terceiro6-5/+156 2013-08-13Force encoding of data to UTF-8Antonio Terceiro1-1/+1 2013-08-13Keep the maildir path instactAntonio Terceiro1-1/+0 So maildir:///path/to/maildir points to /path/to/maildir