Skip to content

Commit

Permalink
minor refactor for local methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yochannah committed Jan 27, 2024
1 parent e08bcc1 commit 5708743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Setup:
2. Copy sample.tsv into localData. Tweak the repo names and dates, and/or add any lines you need to, to add more repos.
3. You may also need to give the script permissions to run, e.g.:
```bash
cd sustainable-communities-tracker/src
#go to the folder containing the script
cd sustainable-communities-tracker/src/localMethods
#change the script to be executable
chmod +x localMethods.sh
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "mocha",
"testSingle" : "mocha ./test/testSingleMethods.js",
"localMethods" : "./src/localMethods.sh"
"localMethods" : "./src/localMethods/localMethods.sh"
},

"repository": {
Expand Down
File renamed without changes.

0 comments on commit 5708743

Please sign in to comment.