Skip to content

Commit

Permalink
Always scan for pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Sep 26, 2023
1 parent 6bebc71 commit b8dce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/updatemgr/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b8dce7e

Please sign in to comment.