mirror of
https://github.com/safing/portmaster
synced 2025-04-18 01:49:09 +00:00
Always scan for pre-releases
This commit is contained in:
parent
1316a5606f
commit
a3457637e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue