summaryrefslogtreecommitdiff
path: root/vault.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vault.sh')
-rwxr-xr-xvault.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/vault.sh b/vault.sh
index 1dd48155..e44bff92 100755
--- a/vault.sh
+++ b/vault.sh
@@ -5,9 +5,8 @@ if [ -z "$1" ] || [ -z "$2" ]; then
exit 1
fi
command="$1"
-shift
-file="$1"
-shift
+file="$2"
+shift 2
file=$(realpath --relative-to "${BASH_SOURCE%/*}" "$file")
env_group=${file%%/*}