Skip to content

Commit

Permalink
Merge pull request #413 from alphagov/ENG-521-delete-newline
Browse files Browse the repository at this point in the history
Remove new line
  • Loading branch information
CorinWilkins authored Dec 24, 2024
2 parents 616433b + 674cf45 commit e7a545d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ ENV secrets
- `NOTIFY_API_KEY`: a key to use the notify api to send emails
- `RAILS_MASTER_KEY`: the key that has been used to encode `config/credentials.yml.enc`


Updating the Cost Centre Information
-----------

Expand All @@ -85,7 +84,6 @@ Production environment:

Path to file is the absolute path of the file eg: ```/Users/myusername/Downloads/cost_centres.csv```.


The script checks that the headers in the CSV have the expected values. If the upload fails because the headers have been changed, you need to update the keys accordingly in the ```mapping``` hash in the ```/bin/csv_updater``` file, leaving the values in the hash as they are (the examples shown in comments in the mapping give an idea of the format of the data in each column - this is to help identify which columns are needed if the headers have changed.)

**Important note:** The csv file should not be made public, so if you save it inside the project, ensure you delete it after running the script and DO NOT push it to GitHub.
Expand Down

0 comments on commit e7a545d

Please sign in to comment.