From 6fb09fd2e016a6834f05aaa8af8ad6cf8659fb2b Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 10 Jun 2019 11:07:10 -0400 Subject: [PATCH] REMOVE ME before merge, try rails 5-1 branch --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index e01a8505c0..882875a8d9 100755 --- a/bin/setup +++ b/bin/setup @@ -5,7 +5,7 @@ gem_root = Pathname.new(__dir__).join("..") unless gem_root.join("spec/manageiq").exist? puts "== Cloning manageiq sample app ==" - system "git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 spec/manageiq" + system "git clone https://github.com/jrafanie/manageiq.git --branch rails-5-1 --depth 1 spec/manageiq" end require gem_root.join("spec/manageiq/lib/manageiq/environment").to_s