Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:19:12 +08:00
parent 797935faba
commit 4326f940aa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if old_gemfile_text != new_gemfile_text
Thread.stop
puts 'waiting'
puts ENV['PWD']
%x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}']
puts %x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}']
puts 'test123'
end
end