Skip to content

Commit

Permalink
Merge pull request #3007 from o1-labs/martin/saffron-fix-generated-fi…
Browse files Browse the repository at this point in the history
…le-names

[saffron] standardize e2e generated file names
  • Loading branch information
dannywillems authored Feb 10, 2025
2 parents 28fc543 + d3c01bb commit 39868c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saffron/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ $# -eq 2 ]; then
fi
COMMITMENT_FILE="${INPUT_FILE%.*}_commitment.bin"
ENCODED_FILE="${INPUT_FILE%.*}.bin"
DECODED_FILE="${INPUT_FILE%.*}-decoded${INPUT_FILE##*.}"
DECODED_FILE="${INPUT_FILE%.*}_decoded.${INPUT_FILE##*.}"

# Ensure input file exists
if [ ! -f "$INPUT_FILE" ]; then
Expand Down

0 comments on commit 39868c4

Please sign in to comment.