Skip to content

Commit

Permalink
Remove local var that overrides package-scoped var definition for arg…
Browse files Browse the repository at this point in the history
…ument -A in servicelog list
  • Loading branch information
fahlmant committed Aug 3, 2022
1 parent e991280 commit 9aec81e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/servicelog/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ func FetchServiceLogs(clusterID string) (*sdk.Response, error) {
}
cluster := clusters[0]

serviceLogListAllMessagesFlag := false

// Now get the SLs for the cluster
return sendRequest(CreateListSLRequest(ocmClient, cluster.ExternalID(), serviceLogListAllMessagesFlag, serviceLogListInternalOnlyFlag))
}
Expand Down

0 comments on commit 9aec81e

Please sign in to comment.