Skip to content

Commit

Permalink
buildPlugin: fix missing variable name after 6a4e738
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Oct 27, 2019
1 parent b551303 commit f011640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ do
fi
rm -fr \${addonDir}/ 2> /dev/null
done
exit \$
exit \$RET_VALUE
""",
remoteDirectory: 'upload',
removePrefix: 'cmake/addons/build/zips/',
Expand Down

0 comments on commit f011640

Please sign in to comment.