spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: e106984588d567bd358f47fb7b48efc8db0012c4
Parent: 4731385d891eb4ac699daf152665f6f04be0f671
Author: Bjarni R. Einarsson
Date:   Wed, 10 Jun 2015 13:30:02 +0100

Fix syntax error

Diffstat:
Mcontrib/bash_completion | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bash_completion b/contrib/bash_completion @@ -17,7 +17,7 @@ _tpm() { local cur="${COMP_WORDS[COMP_CWORD]}" local cmd="${COMP_WORDS[1]}" - case "${cmd}" + case "${cmd}" in "insert") _tpm_complete_entries ;;