Skip to content

Commit 473c902

Browse files
committed
fix third_party path issue
1 parent f9bf1b9 commit 473c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/generate_certs_and_kubeconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ prepare_aecs_instance() {
133133
cp $THISDIR/bin/*.sh $INSTANCEDIR/bin
134134
mkdir -p $INSTANCEDIR/etc/kubetee
135135
cp $THISDIR/conf/* $INSTANCEDIR/etc/kubetee/
136-
cp $THISDIR/../third_parity/unified_attestation/deployment/conf/* $INSTANCEDIR/etc/kubetee/
136+
cp $THISDIR/../third_party/unified_attestation/deployment/conf/* $INSTANCEDIR/etc/kubetee/
137137
mkdir -p $INSTANCEDIR/etc/certs
138138
cp ./certs/* $INSTANCEDIR/etc/certs
139139
}

0 commit comments

Comments
 (0)