Skip to content

Commit

Permalink
Merge pull request ManageIQ#15446 from chessbyte/fix_order_of_provide…
Browse files Browse the repository at this point in the history
…r_plugins_in_gemfile

Fix order of provider plugins in Gemfile
  • Loading branch information
bdunne authored Jun 27, 2017
2 parents 6a07014 + dc0f3c3 commit 339d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ manageiq_plugin "manageiq-providers-amazon"
manageiq_plugin "manageiq-providers-ansible_tower"
manageiq_plugin "manageiq-providers-azure"
manageiq_plugin "manageiq-providers-foreman"
manageiq_plugin "manageiq-providers-hawkular"
manageiq_plugin "manageiq-providers-google"
manageiq_plugin "manageiq-providers-hawkular"
manageiq_plugin "manageiq-providers-kubernetes"
manageiq_plugin "manageiq-providers-lenovo"
manageiq_plugin "manageiq-providers-nuage"
manageiq_plugin "manageiq-providers-scvmm"
manageiq_plugin "manageiq-providers-openshift"
manageiq_plugin "manageiq-providers-openstack"
manageiq_plugin "manageiq-providers-ovirt"
manageiq_plugin "manageiq-providers-scvmm"
manageiq_plugin "manageiq-providers-vmware"
manageiq_plugin "manageiq-schema"
manageiq_plugin "manageiq-ui-classic"
Expand Down

0 comments on commit 339d1ef

Please sign in to comment.