mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +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.
|
// Export latest versions.
|
||||||
data, err := json.MarshalIndent(exportSelected(false), "", " ")
|
data, err := json.MarshalIndent(exportSelected(true), "", " ")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue