Skip to content

Commit 29e7bce

Browse files
committed
Fix attach method signature
1 parent 2037716 commit 29e7bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kubegen/resource.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule Kubegen.Resource do
7171
defp req() do
7272
unquote(kubeconfig_pipeline)
7373
|> Kubereq.Kubeconfig.load()
74-
|> Kubereq.attach(@resource_path)
74+
|> Kubereq.attach(resource_path: @resource_path)
7575
end
7676
end
7777

0 commit comments

Comments
 (0)