Skip to content

Commit

Permalink
fix: correct lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bskaplan committed Sep 10, 2024
1 parent 18e7ba5 commit bba880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/cloudrun/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (r *runServiceResource) reportSuccess() {
// event status
url = "-"
}
eventV2.CloudRunServiceReady(r.path, url, r.latestRevision)
eventV2.CloudRunServiceReady(r.path, url, r.latestRevision)
}

type runJobResource struct {
Expand Down

0 comments on commit bba880d

Please sign in to comment.