Skip to content

Commit

Permalink
Fix chaos template path (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghestrimtu authored Nov 9, 2021
1 parent a004bc7 commit 77b899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/chaos/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// APIBasePath in form of /apis/<spec.group>/<spec.versions.name>, see Chaosmesh CRD 2.0.0
APIBasePath = "/apis/chaos-mesh.org/v1alpha1"
// TemplatesPath path to the chaos templates
TemplatesPath = "chaos/templates"
TemplatesPath = "client/chaos/templates"
)

// Experimentable interface for chaos experiments
Expand Down

0 comments on commit 77b899f

Please sign in to comment.