Fix another syntax error
All checks were successful
/ dev-shell (push) Successful in 19s
/ terraform-providers (push) Successful in 11s
/ rust-packages (push) Successful in 24s
/ check (push) Successful in 43s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-08 16:48:58 +02:00
parent e17752f9b1
commit 1a3c10ea78
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -45,5 +45,5 @@ nix run '.#destroy-instance' -- <hostname>
To transfer the secrets needed for OpenTofu from Bitwarden to OpenBAO run:
```bash
nix run '.#bitwarden-to-vault`
nix run '.#bitwarden-to-vault'
```