Skip to content

Commit 6964955

Browse files
committed
moved stuff again lol
1 parent 9f092bd commit 6964955

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

cmd/argocd-plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ func main() {
2121
panic(err.Error())
2222
}
2323

24-
http.HandleFunc("/api/v1/template.execute", plugin.ArgocdPlugin(client, common.Namespace()))
24+
http.HandleFunc("/api/v1/template.execute", plugin.ArgocdPlugin(nil, client, common.Namespace()))
2525
http.ListenAndServe(":3000", nil)
2626
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)