Skip to content
Snippets Groups Projects
Commit 35ded3bf authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by Thomas Woerner
Browse files

utils/new_module: Ensure correct number of parameters for new_module

When testing the number parameters for new_module, the
`github_user` was not being taken into account.
parent 209c6365
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ for (( i=0; i<OPTIND-1; i++)); do
shift
done
if [ ${#@} -ne 3 ]; then
if [ ${#@} -ne 4 ]; then
usage;
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment