Skip to content

Commit 2982c8e

Browse files
committed
tiny fix
1 parent c548c83 commit 2982c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm_model_tools/examples/scenario1/run-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ if [[ $ARG_SIZE == 2 && $1 == "run" ]] ; then
5454
ENCLAVE_TYPE=$2
5555
fi
5656
if [[ $ARG_SIZE == 3 && $1 == "run" ]] ; then
57-
DOMAIN_NAME=$2
58-
ENCLAVE_TYPE=$3
57+
DOMAIN_NAME=$3
58+
ENCLAVE_TYPE=$2
5959
fi
6060

6161
echo "domain name: $DOMAIN_NAME"

0 commit comments

Comments
 (0)