Current section
Files
Jump to
Current section
Files
lib/edeliver/relup/instructions/reload_modules.ex
defmodule Edeliver.Relup.Instructions.ReloadModules do
use Edeliver.Relup.Instruction
def modify_relup(instructions = %Instructions{}, _config = %Config{}) do
instructions
end
end