Skip to content

Commit

Permalink
Merge pull request #1230 from carolynvs/forgot-a-word
Browse files Browse the repository at this point in the history
Fix migrate credential log message
  • Loading branch information
carolynvs authored Aug 25, 2020
2 parents 40034a8 + 2b68b18 commit 1cff9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ func (m *Manager) migrateCredentials(w io.Writer) error {
continue
}

fmt.Fprintf(w, " - Migrating credential set %s to the new ...\n", cred.Name)
fmt.Fprintf(w, " - Migrating credential set %s to the new schema...\n", cred.Name)
cred.SchemaVersion = credentials.DefaultSchemaVersion

err = credStore.Save(cred)
Expand Down

0 comments on commit 1cff9e4

Please sign in to comment.