Skip to content

Commit

Permalink
build: update since session signature has changed
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Aug 11, 2024
1 parent 4b27fb3 commit f64b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func detectSharedMounts(ctx context.Context, reqs map[string][]*reqForNode) (_ m

var ss *sharedSession
if idx == -1 {
s, err := session.NewSession(ctx, "", fs.so[0].SharedKey)
s, err := session.NewSession(ctx, fs.so[0].SharedKey)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit f64b85a

Please sign in to comment.