summaryrefslogtreecommitdiff
path: root/.settings.sh
diff options
context:
space:
mode:
Diffstat (limited to '.settings.sh')
-rw-r--r--.settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.settings.sh b/.settings.sh
index 6ccc1b7..ee62748 100644
--- a/.settings.sh
+++ b/.settings.sh
@@ -8,7 +8,7 @@ PATH="$basedir/bin:$PATH"
if [[ ! -r .vault ]]
then
- echo "Missing .settings-vault"
+ echo "Missing .vault"
else
echo "Loading secrets"
source <(cd $basedir/ansible; ansible-vault view ../.vault)