We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b14dc4 commit 4f80824Copy full SHA for 4f80824
1 file changed
internal/config/manager.go
@@ -113,10 +113,12 @@ func (m *Manager) RebuildReferences() error {
113
// 3. Update any inconsistent references
114
return nil
115
}
116
+
117
// VaultRoot returns the root directory of the vault.
118
func (m *Manager) VaultRoot() string {
- return m.vaultRoot
119
+ return m.vaultRoot
120
121
122
// Helper function to load a file manifest
123
func loadFileManifest(path string) (*FileManifest, error) {
124
// Read manifest file
0 commit comments