Skip to content

Commit

Permalink
typo fix simpler cache, md5 id, gridshare touching, resolves aces#1282
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Mar 18, 2024
1 parent 63f6710 commit 144b73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainPortal/app/models/data_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def self.system_touch
FileUtils.touch gridshare_dir, verbose: true, nocreate: true

# update timestamp for a softlink rather than the folder it points to
system("touch", "--no-deference", "--no-create", sym_path)
system("touch", "--no-dereference", "--no-create", sym_path)
end

#################################################################
Expand Down

0 comments on commit 144b73d

Please sign in to comment.