mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 14:16:22 +00:00
fix: no fallar en File#touch
This commit is contained in:
parent
56e4684ef1
commit
60fa25e5a8
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)
|
||||
::File.touch(gemfile_path)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue