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 {
655
655
return sr .clone ()
656
656
}
657
657
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.
659
659
func layerToDistributable (mt string ) string {
660
660
if ! images .IsNonDistributable (mt ) {
661
661
// 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) {
165
165
}
166
166
}
167
167
168
- // TestNormalizeWorkdir tests NormalizeWorkdir
168
+ // TestNormalizeWorkdirWindows tests NormalizeWorkdir
169
169
func TestNormalizeWorkdirWindows (t * testing.T ) {
170
170
testCases := []struct {
171
171
name string
You can’t perform that action at this time.
0 commit comments