Skip to content

Commit

Permalink
Fix number of parameter checking from 4 to 5 (#1669)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo authored Aug 7, 2024
1 parent 4efff92 commit 9ad9892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generatedocc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ generateDocs() {
}

# Break if all params aren't supplied
if [ $# -ne 4 ]; then
if [ $# -ne 5 ]; then
usage
exit 1
fi
Expand Down

0 comments on commit 9ad9892

Please sign in to comment.