https
This commit is contained in:
parent
aa7df470c9
commit
d38bfd21d0
|
|
@ -230,7 +230,7 @@ if bundle_update_flag
|
||||||
end
|
end
|
||||||
#end
|
#end
|
||||||
filedata = File.read(env_pwd+"/built_in_extensions.rb")
|
filedata = File.read(env_pwd+"/built_in_extensions.rb")
|
||||||
exist_str = "gem 'patchfile', git: 'http://orbitgit.cloud/chiu/patch_file.git'"
|
exist_str = "gem 'patchfile', git: 'https://orbitgit.cloud/chiu/patch_file.git'"
|
||||||
if filedata.include? exist_str
|
if filedata.include? exist_str
|
||||||
puts "patchfile exist"
|
puts "patchfile exist"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue