summaryrefslogtreecommitdiff
path: root/contrib/keepassx2pass.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/keepassx2pass.py')
-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()
/i18n/tr.po?h=0.14&id=06a5bea6860df9ead0165eec007f4eabbd13aaf5&follow=1'>Update turkish translationGürkan Gür1-640/+676 2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4 2009-08-11Fix package detailsRené 'Necoro' Neumann1-1/+1 2009-08-11Fix GPytage pluginRené 'Necoro' Neumann1-2/+2 2009-08-11Update translationRené 'Necoro' Neumann2-1112/+1120 2009-08-11Update changelogRené 'Necoro' Neumann1-0/+1 2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5 2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2