Skip to content

Commit b0fa9af

Browse files
dpdornseiferDavid Dornseifer
andauthored
Removed application type variable in kmstool-enclave-cli path (#33)
Co-authored-by: David Dornseifer <[email protected]>
1 parent 8eef7ca commit b0fa9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_kmstool_enclave_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set +x
66
set -e
77

88
NITRO_ENCLAVE_CLI_VERSION="v0.4.1"
9-
KMS_FOLDER="./application/${CDK_APPLICATION_TYPE}/enclave/kms"
9+
KMS_FOLDER="./application/eth1/enclave/kms"
1010
KMSTOOL_FOLDER="./aws-nitro-enclaves-sdk-c/bin/kmstool-enclave-cli"
1111
TARGET_PLATFORM="linux/amd64"
1212

0 commit comments

Comments
 (0)