We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52933a commit bde0530Copy full SHA for bde0530
fleet-argocd-plugin/fleetclient/fleetclient.go
@@ -109,7 +109,7 @@ func (c *FleetSync) startReconcile(ctx context.Context) {
109
type Result struct {
110
ServerURL string `json:"server"`
111
Name string `json:"name"`
112
- NameShort strong `json:"nameShort"`
+ NameShort string `json:"nameShort"`
113
}
114
115
// PluginResults returns the results of the plugin.
0 commit comments