Always scan for pre-releases

This commit is contained in:
Daniel
2023-09-26 12:51:03 +02:00
parent 1316a5606f
commit a3457637e8

View File

@@ -26,7 +26,7 @@ func scan(cmd *cobra.Command, args []string) error {
}
// Export latest versions.
data, err := json.MarshalIndent(exportSelected(false), "", " ")
data, err := json.MarshalIndent(exportSelected(true), "", " ")
if err != nil {
return err
}