Skip to content

Commit 618955f

Browse files
committed
fix AnnotateAwsError
1 parent 180edab commit 618955f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/cli/client/byoc/aws/byoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (b *ByocAws) Preview(ctx context.Context, req *defangv1.DeployRequest) (*de
187187
func (b *ByocAws) deploy(ctx context.Context, req *defangv1.DeployRequest, cmd string) (*defangv1.DeployResponse, error) {
188188
cfg, err := b.driver.LoadConfig(ctx)
189189
if err != nil {
190-
return nil, byoc.AnnotateAwsError(err)
190+
return nil, AnnotateAwsError(err)
191191
}
192192

193193
// If multiple Compose files were provided, req.Compose is the merged representation of all the files

0 commit comments

Comments
 (0)