Skip to content

Commit b1d6582

Browse files
committed
Rename binary
1 parent 9ccdc6b commit b1d6582

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

misc/fake_itests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [ "$2" = "external_signatory" ]; then
6868
export CDK_MINTD_SIGNATORY_URL="https://127.0.0.1:15060"
6969
export CDK_MINTD_SIGNATORY_CERTS="$CDK_ITESTS_DIR"
7070
bash -x `dirname $0`/../crates/cdk-signatory/generate_certs.sh $CDK_ITESTS_DIR
71-
cargo run --bin cdk-signatory -- -w $CDK_ITESTS_DIR -u "sat" -u "usd" &
71+
cargo run --bin signatory -- -w $CDK_ITESTS_DIR -u "sat" -u "usd" &
7272
export CDK_SIGNATORY_PID=$!
7373
sleep 5
7474
fi

0 commit comments

Comments
 (0)