Skip to content

Commit

Permalink
Fix bug and pin tool to specific version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 25, 2023
1 parent e50b216 commit ee35b63
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 @@ -89,7 +89,7 @@ log_applet:
@if [ ! -f ${DEV_LOG_DIR}/checkpoint ]; then \
make log_initialise; \
fi
go run github.com/transparency-dev/serverless-log/cmd/integrate@a56a93b5681e5dc231882ac9de435c21cb340846 \
go run github.com/transparency-dev/serverless-log/cmd/sequence@a56a93b5681e5dc231882ac9de435c21cb340846 \
--storage_dir=${DEV_LOG_DIR} \
--origin=${DEV_LOG_ORIGIN} \
--public_key=${LOG_PUBLIC_KEY} \
Expand Down

0 comments on commit ee35b63

Please sign in to comment.