Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 5, 2022
1 parent 210eeea commit adc39fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (a *Action) renderOutput() error {
outputDefault = "\\" + outputDefault
}

outputDefault = "`\"" + outputDefault + "`\""
outputDefault = "\"`" + outputDefault + "`\""
}
row := []string{key, "string", strconv.FormatBool(a.Inputs[key].Required), outputDefault, wordWrap(a.Inputs[key].Description, maxWords)}
inputTable.Append(row)
Expand Down

0 comments on commit adc39fb

Please sign in to comment.