Skip to content

Commit

Permalink
chore: listable options in options.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jun 11, 2023
1 parent 69288b2 commit 0d81dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ _options() {
{
cat <<END
@Serializable
object ${name^} : Options.${name^} {
object ${name^} : Options.${name^}, Options.Listable<${name^}>() {
END
paste -d $'=' <(echo "$properties") <(echo "$values") \
| prefix " "
Expand Down

0 comments on commit 0d81dd1

Please sign in to comment.