commit/galaxy-central: greg: Fix a typo in a tool shed template.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b56a433e8eab/ Changeset: b56a433e8eab User: greg Date: 2013-05-09 21:43:28 Summary: Fix a typo in a tool shed template. Affected #: 1 file diff -r 1f9a0bf662b376455fbc39dcd679cf443c4d0cfa -r b56a433e8eab3c64ddc31890c6229140cb4e8f40 templates/webapps/tool_shed/repository/common.mako --- a/templates/webapps/tool_shed/repository/common.mako +++ b/templates/webapps/tool_shed/repository/common.mako @@ -733,7 +733,7 @@ %else: <% if string_as_bool( str( tool_dependency.is_orphan ) ): - is_orpan = 'yes' + is_orphan = 'yes' else: is_orphan = 'no' %> 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.
participants (1)
-
commits-noreply@bitbucket.org