From 380de2d0c1923420678a55acdd43541ef0d15b71 Mon Sep 17 00:00:00 2001 From: Wouter Schoot Date: Tue, 5 Apr 2022 13:49:03 +0200 Subject: [PATCH] Fix small typo (#4452) --- 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):