add missing comma
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-11-02 15:43:55 +13:00
parent f19de75deb
commit e43f9e0efa

View File

@@ -99,6 +99,6 @@ local gen_release() =
depends_on:
['Test on %(distro)s' % { distro: distro }
for distro in distros]
}
},
gen_release(),
]