Skip to content

Commit

Permalink
script(generate-depls): fix test by removing useless else....
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Oct 27, 2017
1 parent da3782e commit 74e0a91
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
lifecycle['pre-bosh-deploy'] = index
when 'execute-ntp-post-bosh-deploy' then
lifecycle['post-bosh-deploy'] = index
else
raise "unexpected value found for task['task']: #{task['task']}"
# do not add an else as other task may exist
end
end
lifecycle
Expand Down

0 comments on commit 74e0a91

Please sign in to comment.