Skip to content

Commit 2bb48a3

Browse files
Update pkg/bao/profile.go
Co-authored-by: Wojciech Slabosz <[email protected]>
1 parent 7e463a7 commit 2bb48a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bao/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ func ProfileSecretMountSetup(client *api.Client) ([]string, error) {
455455
if err := client.Sys().Mount("secret", &api.MountInput{
456456
Type: "kv-v2",
457457
}); err != nil {
458-
return nil, fmt.Errorf("failed to mount transit instance: %w", err)
458+
return nil, fmt.Errorf("failed to mount kv2 instance: %w", err)
459459
}
460460

461461
return nil, nil

0 commit comments

Comments
 (0)