mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 02:45:53 +08:00
Update variable name
This commit is contained in:
parent
fdb2e46700
commit
4a837951db
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
module MyModuleStatusConsequences
|
||||
class RepositorySnapshot < MyModuleStatusConsequence
|
||||
def call(my_module)
|
||||
my_module.assigned_repositories.each do |repo|
|
||||
repo.provision_snapshot(my_module)
|
||||
my_module.assigned_repositories.each do |repository|
|
||||
repository.provision_snapshot(my_module)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue