Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit fb69caf

Browse files
committed
Fix output typo
1 parent c2b6b1e commit fb69caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func (cmd *MigrateApplyCommand) Run() error {
575575
lastVault := ""
576576
for _, change := range changes {
577577
if change.Vault() != lastVault {
578-
fmt.Fprintf(cmd.io.Output(), "Vault %s\n:", change.Vault())
578+
fmt.Fprintf(cmd.io.Output(), "Vault %s:\n", change.Vault())
579579
lastVault = change.Vault()
580580
}
581581
change.Print(indentedWriter)

0 commit comments

Comments
 (0)