Update announcement.gemspec

This commit is contained in:
chiu 2020-02-21 15:13:54 +08:00
parent f1a4f21105
commit 62afd42e2e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if old_gemfile_text != new_gemfile_text
Bundler.with_clean_env do
puts env_pwd
puts mode
exec("cd #{env_pwd} && screen -d -m -S bundle_update_#{dir_name} ./bundle_update_background.sh")
exec("cd #{env_pwd} && screen -d -m -S bundle_update_#{dir_name} #{env_pwd}/bundle_update_background.sh")
end
end
now_priority = Thread.current.priority.to_i