Skip to content

Commit

Permalink
fix test-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Oct 9, 2024
1 parent f9b4a4d commit aa071e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cspell/custom-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,5 @@ Berdly
frrist
swaggo
isbadactor
installationid
installationid
firstbacalhauimage
2 changes: 1 addition & 1 deletion test-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ docker exec -it bacalhau-client-node-container /bin/bash
Setup an alias for the Minio CLI
```shell
# The environment variables are already injected in
# the container, no need to replce them yourself.
# the container, no need to replace them yourself.
mc alias set bacalhau-minio "http://${BACALHAU_MINIO_NODE_HOST}:9000" "${MINIO_ROOT_USER}" "${MINIO_ROOT_PASSWORD}"
mc admin info bacalhau-minio
```
Expand Down

0 comments on commit aa071e1

Please sign in to comment.