Fix typo
This commit is contained in:
parent
640aedf03f
commit
4acd6ec6b6
4
build.sh
4
build.sh
|
@ -29,7 +29,7 @@ buildDatabase() {
|
|||
#cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
||||
}
|
||||
|
||||
checkParamaters() {
|
||||
checkParameters() {
|
||||
dryRunFlag=false
|
||||
while getopts ':hd' flag; do
|
||||
case $flag in
|
||||
|
@ -41,7 +41,7 @@ checkParamaters() {
|
|||
}
|
||||
|
||||
runScript() {
|
||||
checkParamaters "$@"
|
||||
checkParameters "$@"
|
||||
getAnyPackages
|
||||
buildDatabase
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue