Skip to content

Commit

Permalink
Merge pull request #238 from fahlmant/service-log-list-A-fix
Browse files Browse the repository at this point in the history
Remove local var that overrides package-scoped var definition
  • Loading branch information
openshift-ci[bot] authored Aug 3, 2022
2 parents e991280 + 9aec81e commit 9db7786
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 9db7786

Please sign in to comment.