From 66274a8c9cfccb2d71dab65fb236a1a1b394124c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 30 Jan 2018 11:36:59 +0100 Subject: [PATCH] Rename gpg file that store ansible password. --- open.the.vault.work.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open.the.vault.work.sh b/open.the.vault.work.sh index 9501d31..803b89d 100755 --- a/open.the.vault.work.sh +++ b/open.the.vault.work.sh @@ -1,2 +1,2 @@ #!/bin/sh -gpg --quiet --batch --use-agent --decrypt "${HOME}"/.password-store/work/ansible.ipr.gpg +gpg --quiet --batch --use-agent --decrypt "${HOME}"/.password-store/work/ansible.vault.ipr.gpg