try
This commit is contained in:
parent
c91d2ddeeb
commit
8e2dbdf778
|
@ -11,6 +11,7 @@ begin
|
||||||
rescue
|
rescue
|
||||||
puts "There is an error in coppying jquery-ui"
|
puts "There is an error in coppying jquery-ui"
|
||||||
end
|
end
|
||||||
|
puts 111111111111111111111111111111111111111111111111111111111111111111111111111111111111
|
||||||
#end
|
#end
|
||||||
@original_dir = Dir.pwd
|
@original_dir = Dir.pwd
|
||||||
`cd "#{ENV['PWD']}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working
|
`cd "#{ENV['PWD']}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working
|
||||||
|
|
Loading…
Reference in New Issue