Skip to content

Commit

Permalink
Merge pull request #93 from glothriel/glothriel-patch-1
Browse files Browse the repository at this point in the history
Typo in README.md
  • Loading branch information
glothriel authored Feb 10, 2025
2 parents 662a49f + d598706 commit 4320441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ LATEST_VERSION=$(curl -s https://api.github.com/repos/glothriel/wormhole/release
echo "Latest version is $LATEST_VERSION"
# Replace 1.0.0 with latest version from the releases page
helm install -n wormhole wh oci://ghcr.io/glothriel/wormhole/wormhole --version $LATEST_VERSION --set server.enabled=true --set server.service.type=LoadBalancer --set server.wg.publicHost="0.0.0.0"
# Wait for the LoadBalancer to get an IP
Expand Down Expand Up @@ -240,4 +239,4 @@ If you are re-running the tests multiple times, you may want to reuse the K3d cl
```
export REUSE_CLUSTER=1
pytest tests
```
```

0 comments on commit 4320441

Please sign in to comment.