Skip to content

Commit

Permalink
Merge pull request #3434 from abdulrahmanazab/patch-4
Browse files Browse the repository at this point in the history
Bug fix in mulled.py
  • Loading branch information
dannon committed Jan 17, 2017
2 parents dd2ab48 + 9f4add7 commit 910bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/deps/container_resolvers/mulled.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


def list_cached_mulled_images(namespace=None):
command = build_docker_images_command(truncate=True, sudo_docker=False)
command = build_docker_images_command(truncate=True, sudo=False)
command = "%s | tail -n +2 | tr -s ' ' | cut -d' ' -f1,2" % command
images_and_versions = check_output(command)
name_filter = get_filter(namespace)
Expand Down

0 comments on commit 910bbdf

Please sign in to comment.