From dd7dad60d83b6bc472c6f7b1bd7c539a0d8534e8 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 2 Jul 2024 16:56:44 -0400 Subject: [PATCH] chore: install/4 -> install/5 --- lib/mix/tasks/patch/ash.patch.extend.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/patch/ash.patch.extend.ex b/lib/mix/tasks/patch/ash.patch.extend.ex index d2e34e58..b01d1795 100644 --- a/lib/mix/tasks/patch/ash.patch.extend.ex +++ b/lib/mix/tasks/patch/ash.patch.extend.ex @@ -118,7 +118,7 @@ defmodule Mix.Tasks.Ash.Patch.Extend do if Code.ensure_loaded?(extension) do fun = - if function_exported?(extension, :install, 4) do + if function_exported?(extension, :install, 5) do fn igniter -> extension.install(igniter, module, kind_of_thing, path, argv) |> simple_add_extension(kind_of_thing, module, extension)