Skip to content

Commit

Permalink
Rename config file; update README (iss #16, #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 17, 2020
1 parent b57ba63 commit 8ef9944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ execute the following command:

```
(figshare_patrons) $ export password="insert_password"
(figshare_patrons) $ python DataRepository_patrons/script_run --config config/petl.ini \
(figshare_patrons) $ python DataRepository_patrons/script_run --config config/figshare.ini \
--ldap_password $password --grouper_password $password
```

Expand All @@ -113,7 +113,7 @@ and `sync` command-line flags:

```
(figshare_patrons) $ python DataRepository_patrons/script_run --quota --portal --sync \
--config config/petl.ini --ldap_password $password --grouper_password $password
--config config/figshare.ini --ldap_password $password --grouper_password $password
```

Note: Without the `sync` flag, the above command line will perform a
Expand Down
File renamed without changes.

0 comments on commit 8ef9944

Please sign in to comment.