1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8e2135ee278a/ Changeset: 8e2135ee278a User: greg Date: 2014-05-12 18:47:57 Summary: Fix typo in the Tool Shed's package recipe install step handler - thanks Bjoren Gruning. Affected #: 1 file diff -r 7950ab309ad1cb06cf3af973adcca1e3209c9241 -r 8e2135ee278aa44eb5a8da04a392bfa44efc0279 lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py @@ -1337,7 +1337,7 @@ """ env_vars = dict() env_vars = install_environment.environment_dict() - tool_shed_repository = tool_depenedncy.tool_shed_repository + tool_shed_repository = tool_dependency.tool_shed_repository env_vars.update( td_common_util.get_env_var_values( install_environment ) ) language = action_dict[ 'language' ] with settings( warn_only=True, **env_vars ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.