Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix cargo run command
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 30, 2024
1 parent f3d7043 commit 09edcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/run_single_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sleep 5
echo "Redis cluster created."

# Starting the application servers
REDIS_PORT=6379 cargo run --\
REDIS_PORT=6379 cargo run --bin istziio_server_node --\
--bucket "istziio-bucket" \
--region "us-east-1" \
--access-key "$AWS_ACCESS_KEY_ID" \
Expand Down

0 comments on commit 09edcf2

Please sign in to comment.