diff --git a/README.md b/README.md index 209b6d3..7f09f04 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Vault Rails [![Build Status](https://circleci.com/gh/hashicorp/vault-rails.svg?style=shield)](https://circleci.com/gh/hashicorp/vault-rails) +Vault Rails [![Build Status](https://github.com/hashicorp/vault-rails/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/hashicorp/vault-rails/actions/workflows/run-tests.yml) =========== Vault is the official Rails plugin for interacting with [Vault](https://vaultproject.io) by HashiCorp. -**If you're viewing this README from GitHub on the `master` branch, know that it may contain unreleased features or +**If you're viewing this README from GitHub on the `main` branch, know that it may contain unreleased features or different APIs than the most recently released version. Please see the Git tag that corresponds to your version of the Vault Rails plugin for the proper documentation.** diff --git a/lib/vault/encrypted_model.rb b/lib/vault/encrypted_model.rb index 64a8d88..1af2c85 100644 --- a/lib/vault/encrypted_model.rb +++ b/lib/vault/encrypted_model.rb @@ -212,7 +212,7 @@ def parse_transit_attributes(attribute, options) after_initialize :__vault_initialize_attributes! # After we save the record, persist all the values to Vault and reload - # them attributes from Vault to ensure we have the proper attributes set. + # the attributes from Vault to ensure we have the proper attributes set. # The reason we use `after_save` here is because a `before_save` could # run too early in the callback process. If a user is changing Vault # attributes in a callback, it is possible that our callback will run