Skip to content

Commit

Permalink
A couple of nips and tucks.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Dec 16, 2024
1 parent 72fac00 commit 1c2ac3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docs](https://docs.fauna.com/fauna/current/tools/shell/).

```
python3 -m venv venv
source ./venv/bin/activate
source venv/bin/activate
pip install -r requirements.txt
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/validate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
set -e

ENDPOINT="http://127.0.0.1:5000"
ENDPOINT="http://localhost:5000"
ACCEPT="Accept: application/json"
CONTENT="Content-Type: application/json"

Expand Down

0 comments on commit 1c2ac3c

Please sign in to comment.