Skip to content

Commit cbc00a7

Browse files
authored
fix: Typo in run_demo resulting in unbound variable
1 parent 8a524af commit cbc00a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ fi
632632
if [ ${offline_mode} -eq 1 ]; then
633633
helm_arguments+=("--set" "${helm_arg_prefix}developer.offline=true")
634634
fi
635-
if [ ${collect_coverage} -eq 1 ]; then
635+
if [ ${enable_coverage} -eq 1 ]; then
636636
helm_arguments+=("--set" "${helm_arg_prefix}developer.enableCoverage=true")
637637
fi
638638

0 commit comments

Comments
 (0)