Skip to content

Commit bde0530

Browse files
typo for "string" (#61)
Signed-off-by: PierreH <p.hellequin@gmail.com> Co-authored-by: Corentin Debains <corentone@users.noreply.github.com>
1 parent f52933a commit bde0530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fleet-argocd-plugin/fleetclient/fleetclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (c *FleetSync) startReconcile(ctx context.Context) {
109109
type Result struct {
110110
ServerURL string `json:"server"`
111111
Name string `json:"name"`
112-
NameShort strong `json:"nameShort"`
112+
NameShort string `json:"nameShort"`
113113
}
114114

115115
// PluginResults returns the results of the plugin.

0 commit comments

Comments
 (0)