match/lib/match/change_password.rb in fastlane-2.113.0.beta.20190101200013 vs match/lib/match/change_password.rb in fastlane-2.113.0.beta.20190102200016

- old
+ new

@@ -38,11 +38,11 @@ encryption.clear_password encryption.store_password(to) message = "[fastlane] Changed passphrase" - encryption.encrypt_files - storage.save_changes!(custom_message: message) + files_to_commit = encryption.encrypt_files + storage.save_changes!(files_to_commit: files_to_commit, custom_message: message) end # This method is called from both here, and from `openssl.rb` def self.ask_password(message: "Passphrase for Git Repo: ", confirm: nil) ensure_ui_interactive