Skip to content

Commit

Permalink
Update README.md with ending double-quote
Browse files Browse the repository at this point in the history
Co-authored-by: Kory Draughn <[email protected]>
  • Loading branch information
d-w-moore and korydraughn authored Oct 11, 2024
1 parent 336a382 commit e93ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e93ed74

Please sign in to comment.