Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 260d6ec

Browse files
committed
rebase main
1 parent 9c1b3db commit 260d6ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: builtin/aws/alb/releaser.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
"github.com/hashicorp/waypoint-plugin-sdk/component"
1616
"github.com/hashicorp/waypoint-plugin-sdk/docs"
1717
"github.com/hashicorp/waypoint-plugin-sdk/framework/resource"
18+
sdk "github.com/hashicorp/waypoint-plugin-sdk/proto/gen"
1819
"github.com/hashicorp/waypoint-plugin-sdk/terminal"
1920
"github.com/hashicorp/waypoint/builtin/aws/utils"
2021
"google.golang.org/grpc/codes"
@@ -858,8 +859,6 @@ func (r *Releaser) Status(
858859
st.Step(terminal.StatusWarn, report.HealthMessage)
859860
}
860861

861-
report.GeneratedTime = timestamppb.Now()
862-
863862
return &report, nil
864863
}
865864

0 commit comments

Comments
 (0)