Skip to content

Commit 7d176fb

Browse files
committed
small fix
1 parent 279e58b commit 7d176fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/porcelain/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func (n *Netlify) DoDeploy(ctx context.Context, options *DeployOptions, deploy *
352352
}
353353

354354
if options.functions != nil {
355-
if err := n.uploadFiles(ctx, deploy, options.functions, options.Observer, functionUpload, options.UploadTimeout, options.SkipRetry); err != nil {
355+
if err := n.uploadFiles(ctx, deploy, options.functions, options.Observer, functionUpload, options.UploadTimeout, skipRetry); err != nil {
356356
return nil, err
357357
}
358358
}

0 commit comments

Comments
 (0)