Skip to content

Commit 0742812

Browse files
committed
fix: assign second parameter to output_file
1 parent ed2b4fd commit 0742812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/aggregation_mode/config_file.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script creates a configuration file for the proof aggregator
44

5-
# ENV VARIABLES
5+
# PARAMETERS
66
#
77
# TEMPLATE_FILE: Path to the template file
88
# - SP1: ./infra/aggregation_mode/config-proof-aggregator-sp1.template.yaml
@@ -19,6 +19,7 @@ if [ $# -ne 2 ]; then
1919
fi
2020

2121
TEMPLATE_FILE="$1"
22+
OUTPUT_FILE="$2"
2223

2324
# Verify template file exists
2425
if [ ! -f "$TEMPLATE_FILE" ]; then

0 commit comments

Comments
 (0)