Skip to content

Commit

Permalink
Fix: bugs on batch_gen_modules.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 31, 2018
1 parent 56d9342 commit 88268ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/batch_gen_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function generate_module() {
}

if [ ${version} = "all" ]; then
for KEY in ${!BLENDER_DOWNLOAD_URL[@]}; do
for KEY in ${!BLENDER_TAG_NAME[@]}; do
generate_module ${KEY}
done
else
Expand Down

0 comments on commit 88268ee

Please sign in to comment.