Skip to content

Commit

Permalink
update the v2v plugin path to ManageIQ org
Browse files Browse the repository at this point in the history
  • Loading branch information
priley86 committed May 18, 2018
1 parent 5f22e97 commit ba94f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb
end

group :v2v, :ui_dependencies do
gem "miq_v2v_ui", :git => "https://github.com/priley86/miq_v2v_ui_plugin.git", :branch => "alpha"
gem "miq_v2v_ui", :git => "https://github.com/ManageIQ/miq_v2v_ui_plugin.git", :branch => "master"
end

group :web_server, :manageiq_default do
Expand Down

0 comments on commit ba94f41

Please sign in to comment.