From 1a82962224abfded58ce77fd3ee2b868fea7910a Mon Sep 17 00:00:00 2001 From: Chris Kerr <120631257+piffle-rack@users.noreply.github.com> Date: Tue, 16 May 2023 10:18:52 +0300 Subject: [PATCH] Fix typo "keying" -> "keyring" Signed-off-by: deeplow --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 19d415b..aeaa828 100644 --- a/BUILD.md +++ b/BUILD.md @@ -24,7 +24,7 @@ After this, restart the terminal window, for the `poetry` command to be in your Change to the `dangerzone` folder, and install the poetry dependencies: -> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again. +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keyring, disable the keyring with `keyring --disable` and run the command again. ``` poetry install @@ -71,7 +71,7 @@ pipx install poetry Change to the `dangerzone` folder, and install the poetry dependencies: -> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again. +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keyring, disable the keyring with `keyring --disable` and run the command again. ``` poetry install