Skip to content

Commit d6160f1

Browse files
Update internal/cmd/beta/cdn/distribution/list/list.go
Co-authored-by: Ruben Hönle <[email protected]>
1 parent 3d0f111 commit d6160f1

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/cdn/distribution/list

1 file changed

+1
-1
lines changed

internal/cmd/beta/cdn/distribution/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
5050
),
5151
),
5252
RunE: func(cmd *cobra.Command, args []string) error {
53-
ctx := context.Background() // should this be cancellable?
53+
ctx := context.Background()
5454

5555
model, err := parseInput(params.Printer, cmd, args)
5656
if err != nil {

0 commit comments

Comments
 (0)