File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ func (sr *immutableRef) Clone() ImmutableRef {
655655 return sr .clone ()
656656}
657657
658- // layertoDistributable changes the passed in media type to the "distributable" version of the media type.
658+ // layerToDistributable changes the passed in media type to the "distributable" version of the media type.
659659func layerToDistributable (mt string ) string {
660660 if ! images .IsNonDistributable (mt ) {
661661 // Layer is already a distributable media type (or this is not even a layer).
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ func TestCheckSystemDriveAndRemoveDriveLetter(t *testing.T) {
165165 }
166166}
167167
168- // TestNormalizeWorkdir tests NormalizeWorkdir
168+ // TestNormalizeWorkdirWindows tests NormalizeWorkdir
169169func TestNormalizeWorkdirWindows (t * testing.T ) {
170170 testCases := []struct {
171171 name string
You can’t perform that action at this time.
0 commit comments