Skip to content

Commit e93ed74

Browse files
Update README.md with ending double-quote
Co-authored-by: Kory Draughn <[email protected]>
1 parent 336a382 commit e93ed74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ $ cat > ~/.irods/irods_environment.json << EOF
200200
... [all other connection settings, including SSL parameters, needed for communication with iRODS] ...
201201
}
202202
EOF
203-
$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password)
203+
$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password)"
204204
```
205205

206206
PAM logins

0 commit comments

Comments
 (0)