mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 17:51:41 +00:00
fix: touch
This commit is contained in:
parent
023b239150
commit
969d641a91
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ class Site < ApplicationRecord
|
|||
if !gems_installed? || gemfile_updated? || gemfile_lock_updated?
|
||||
deploy_local.bundle
|
||||
touch
|
||||
::File.touch(gemfile_path)
|
||||
FileUtils.touch(gemfile_path)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue