Update updates package to support pmctl
This commit is contained in:
@@ -7,7 +7,7 @@ type File struct {
|
||||
stable bool
|
||||
}
|
||||
|
||||
func newFile(filepath string, version string, stable bool) *File {
|
||||
func NewFile(filepath string, version string, stable bool) *File {
|
||||
return &File{
|
||||
filepath: filepath,
|
||||
version: version,
|
||||
|
||||
Reference in New Issue
Block a user