Skip to content

Commit

Permalink
🪲 [Fix]: Initializing Context Vault - no name (#68)
Browse files Browse the repository at this point in the history
## Description

- Initializing Context Vault - no name

## Type of change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]

## Checklist

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
  • Loading branch information
MariusStorhaug authored Dec 9, 2024
1 parent f906f48 commit 6e74d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/private/Initialize-ContextVault.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function Initialize-ContextVault {
}
Reset-SecretStore @vaultParameters
Write-Debug "[$Type] - Done"
$script:Config.VaultName = $vault.Name
Write-Debug "[$Name] - Registering vault"
$secretVault = @{
Name = $Name
Expand Down

0 comments on commit 6e74d6f

Please sign in to comment.