mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-05 19:34:34 +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
|
module MyModuleStatusConsequences
|
||||||
class RepositorySnapshot < MyModuleStatusConsequence
|
class RepositorySnapshot < MyModuleStatusConsequence
|
||||||
def call(my_module)
|
def call(my_module)
|
||||||
my_module.assigned_repositories.each do |repo|
|
my_module.assigned_repositories.each do |repository|
|
||||||
repo.provision_snapshot(my_module)
|
repository.provision_snapshot(my_module)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue