Skip to content

Commit de167e1

Browse files
committed
fix: update usage validation for config_File.sh
1 parent 5e39263 commit de167e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/aggregation_mode/config_file.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# - Risc0: $HOME/config/config-proof-aggregator-risc0.yaml
1414

1515
# Check if template file path is provided as argument
16-
if [ $# -ne 1 ]; then
17-
echo "Usage: $0 <template_file_path>"
16+
if [ $# -ne 2 ]; then
17+
echo "Usage: $0 <template_file_path> <output_file>"
1818
exit 1
1919
fi
2020

0 commit comments

Comments
 (0)