Skip to content

Commit 03d3d75

Browse files
committed
fix bad merge
1 parent 018af7c commit 03d3d75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/content-service/pkg/initializer/initializer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,6 @@ func GetCheckoutLocationsFromInitializer(init *csapi.WorkspaceInitializer) []str
527527
switch {
528528
case init.GetGit() != nil:
529529
return []string{init.GetGit().CheckoutLocation}
530-
case init.GetSnapshotVolume() != nil:
531-
return []string{init.GetSnapshotVolume().CheckoutLocation}
532530
case init.GetPrebuild() != nil && len(init.GetPrebuild().Git) > 0:
533531
var result = make([]string, len(init.GetPrebuild().Git))
534532
for i, c := range init.GetPrebuild().Git {

0 commit comments

Comments
 (0)