Skip to content

Commit 0fe99d3

Browse files
authored
Update README.md
1 parent a0f91a6 commit 0fe99d3

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
@@ -5,7 +5,7 @@ All of these scripts require a secrets.py file in the same directory that must c
55
baseURL='https://dspace.myuni.edu'
66
email='dspace_user@.myuni.edu'
77
password='my_dspace_password'
8-
filePath = '/Users/dspace_user/dspace-data-collection/data/' # full path to a directory into which to store output files
8+
filePath = '/Users/dspace_user/dspace-data-collection/data/' # directory into which to store output files
99
handlePrefix = 'http://dspace.myuni.edu/handle/' # handlePrefix may vary from your dspace url (or may not)
1010
```
1111
This secrets.py file will be ignored according to the repository's .gitignore file so that DSpace login details will not be inadvertently exposed through Github

0 commit comments

Comments
 (0)