Skip to content

Commit 5e4da71

Browse files
committed
update
1 parent b2b68bf commit 5e4da71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/storage/gcs/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (g *GCS) newPartReader(fname string, fsize int64, chunkSize int) *storage.P
7575
return cli.(gcsClient).getPartialObject(ctx, fname, start, end-start+1)
7676
},
7777
GetSess: func() (interface{}, error) {
78-
return g.client, nil // re-use the already-initialised backend client
78+
return g.client, nil // re-use the already-initialized client
7979
},
8080
}
8181
}

0 commit comments

Comments
 (0)