Skip to content

Commit

Permalink
fix(sgx):misspell Ps->ps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuson0 committed Apr 7, 2024
1 parent f17dedb commit 0d48c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scripts/sgx/enclave_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function build_enclave(){

function build_enclave_all(){
local enclave_size="8G"
if [ -n "$1" ] && [ $1 == "Ps" ]; then
if [ -n "$1" ] && [ $1 == "ps" ]; then
# build worker/master
if [ -n "$GRAMINE_ENCLAVE_SIZE" ]; then
enclave_size=$GRAMINE_ENCLAVE_SIZE
Expand Down

0 comments on commit 0d48c97

Please sign in to comment.