From 8e7bee42172d16968636b0b8261e791fe48a0038 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:00:35 +0200 Subject: [PATCH] Fix small typo (#4452) (#4454) (cherry picked from commit 380de2d0c1923420678a55acdd43541ef0d15b71) Co-authored-by: Wouter Schoot --- plugins/modules/identity/onepassword_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/identity/onepassword_info.py b/plugins/modules/identity/onepassword_info.py index 95ef7c12b7..7170a33aed 100644 --- a/plugins/modules/identity/onepassword_info.py +++ b/plugins/modules/identity/onepassword_info.py @@ -294,7 +294,7 @@ class OnePasswordInfo(object): except AnsibleModuleError as e: module.fail_json(msg="Failed to perform initial sign in to 1Password: %s" % to_native(e)) else: - module.fail_json(msg="Unable to perform an initial sign in to 1Password. Please run '%s sigin' " + module.fail_json(msg="Unable to perform an initial sign in to 1Password. Please run '%s signin' " "or define credentials in 'auto_login'. See the module documentation for details." % self.cli_path) def get_token(self):