Skip to content

Commit 9456ea1

Browse files
committed
Merge fix
1 parent 50f13d5 commit 9456ea1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

toolkit/tools/pkg/imagecustomizerlib/distrohandler_ubuntu.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ func (d *ubuntuDistroHandler) IsPackageInstalled(imageChroot safechroot.ChrootIn
113113

114114
func (d *ubuntuDistroHandler) GetPackageInformation(imageChroot *safechroot.Chroot, packageName string,
115115
) (*PackageVersionInformation, error) {
116-
return nil, fmt.Errorf("Getting package information is not supported yet for Ubuntu images:\n%w",
117-
ErrUnsupportedUbuntuFeature)
116+
return nil, fmt.Errorf("getting package information is not supported yet for Ubuntu images")
118117
}
119118

120119
func (d *ubuntuDistroHandler) GetAllPackagesFromChroot(imageChroot safechroot.ChrootInterface) ([]OsPackage, error) {

0 commit comments

Comments
 (0)