We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e39263 commit de167e1Copy full SHA for de167e1
1 file changed
infra/aggregation_mode/config_file.sh
@@ -13,8 +13,8 @@
13
# - Risc0: $HOME/config/config-proof-aggregator-risc0.yaml
14
15
# Check if template file path is provided as argument
16
-if [ $# -ne 1 ]; then
17
- echo "Usage: $0 <template_file_path>"
+if [ $# -ne 2 ]; then
+ echo "Usage: $0 <template_file_path> <output_file>"
18
exit 1
19
fi
20
0 commit comments