We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2b4fd commit 0742812Copy full SHA for 0742812
infra/aggregation_mode/config_file.sh
@@ -2,7 +2,7 @@
2
3
# This script creates a configuration file for the proof aggregator
4
5
-# ENV VARIABLES
+# PARAMETERS
6
#
7
# TEMPLATE_FILE: Path to the template file
8
# - SP1: ./infra/aggregation_mode/config-proof-aggregator-sp1.template.yaml
@@ -19,6 +19,7 @@ if [ $# -ne 2 ]; then
19
fi
20
21
TEMPLATE_FILE="$1"
22
+OUTPUT_FILE="$2"
23
24
# Verify template file exists
25
if [ ! -f "$TEMPLATE_FILE" ]; then
0 commit comments