From c1268b9575a85110f3e2c3a675b6f4604516ce8f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 9 Feb 2021 07:25:56 +0100 Subject: [PATCH] .bin/voc-ansible: changed path to git repository --- .bin/voc-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/voc-ansible b/.bin/voc-ansible index eee12e9..8f82b67 100755 --- a/.bin/voc-ansible +++ b/.bin/voc-ansible @@ -1,6 +1,6 @@ #!/bin/bash -cd ~/git/voc/cm/ansible/ +cd ~/git/voc-cm/ansible/ export KEEPASS_PW=$(pass show voc/keepass)