Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAyre committed Nov 21, 2024
1 parent bb5fd7b commit 40151e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ start-host-idp: stop-host stop-idp start-idp start-host ## 🏃 Start the CCF ne
@echo -e "\e[34m$@\e[0m" || true
@echo "Executing: $(COMMAND)"
MEMBER_COUNT=${MEMBER_COUNT} source ./scripts/ccf/sandbox-local/up.sh > /dev/null 2>&1 && \
source ./scripts/jwt-issuer/trust.sh
source ./scripts/kms/jwt-issuer-trust.sh

demo: stop-all start-host-idp ## 🎬 Demo the KMS Application in the Sandbox
@echo -e "\e[34m$@\e[0m" || true
Expand Down

0 comments on commit 40151e9

Please sign in to comment.