Fix the order of fetch vs append (fixes #218) #219

Merged
merged 1 commit into from Jun 8, 2016

Conversation

Projects
None yet
2 participants
Member

johnsca commented Jun 8, 2016

Fixes #218 by ensuring that a layers deps are (recursively) appended to the list before itself. This fixes a regression from 87c26dc

Checklist

  • Have you followed Juju Solutions hacking guide?
  • Are all your commits [logically] grouped and squashed appropriately?
  • Does this patch have code coverage?
  • Does your code pass make test?
Owner

marcoceppi commented Jun 8, 2016

LGTM ⛵️

@marcoceppi marcoceppi merged commit d31304e into juju:master Jun 8, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@marcoceppi marcoceppi added this to the 2.1.PATCH milestone Jun 8, 2016

marcoceppi added a commit that referenced this pull request Aug 22, 2016

#219: Fix the order of fetch vs append (fixes #218)
Fixes #218 by ensuring that a layers deps are (recursively) appended to the list before itself. This fixes a regression from 87c26dc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment