From e93ed74cc9f29bd71c33ff70ff5c45326d1df90f Mon Sep 17 00:00:00 2001 From: Daniel Moore Date: Fri, 11 Oct 2024 11:05:55 -0400 Subject: [PATCH] Update README.md with ending double-quote Co-authored-by: Kory Draughn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a195cc90e..e380fdba6 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ $ cat > ~/.irods/irods_environment.json << EOF ... [all other connection settings, including SSL parameters, needed for communication with iRODS] ... } EOF -$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password) +$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password)" ``` PAM logins