Skip to content

Commit 003db5a

Browse files
committed
fix(runcommand): Rename ParameterSchema to ParametersSchema
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 41bac4f commit 003db5a

File tree

1 file changed

+2
-2
lines changed
  • internal/cmd/server/command/template/describe

1 file changed

+2
-2
lines changed

internal/cmd/server/command/template/describe/describe.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ func outputResult(p *print.Printer, outputFormat string, commandTemplate runcomm
113113
table.AddRow("OS TYPE", utils.JoinStringPtr(commandTemplate.OsType, "\n"))
114114
table.AddSeparator()
115115
}
116-
if commandTemplate.ParameterSchema != nil {
117-
table.AddRow("PARAMS", *commandTemplate.ParameterSchema)
116+
if commandTemplate.ParametersSchema != nil {
117+
table.AddRow("PARAMS", *commandTemplate.ParametersSchema)
118118
} else {
119119
table.AddRow("PARAMS", "")
120120
}

0 commit comments

Comments
 (0)