Skip to content

Commit

Permalink
Fix incorrect feature flag on the prover setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc committed Nov 20, 2023
1 parent 65b886d commit 11540ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

GPU_FLAG=""
if [ "$1" = "gpu" ]; then
GPU_FLAG='--features "gpu"'
GPU_FLAG='--features gpu'
fi

if [[ -z "${ZKSYNC_HOME}" ]]; then
Expand Down

0 comments on commit 11540ff

Please sign in to comment.