Skip to content

Commit

Permalink
Update install-forms-flow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alanraju-aot authored Nov 11, 2024
1 parent 4604675 commit b77ebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-forms-flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ checkdirectory() {
}

checkEmptyInput() {
if [ ! ${#} = 5 ]; then
if [ ! ${#} = 7 ]; then
echo "Please provide input for all prompts."
exit 2
fi
Expand Down

0 comments on commit b77ebde

Please sign in to comment.