Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lilic committed Jun 15, 2020
1 parent 4e233a2 commit 08b56d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/manifests/config.go
@@ -1,4 +1,4 @@
/// Copyright 2018 The Cluster Monitoring Operator Authors
// Copyright 2018 The Cluster Monitoring Operator Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/operator.go
Expand Up @@ -426,7 +426,7 @@ func (o *Operator) Config(key string) (*manifests.Config, error) {
if *c.ClusterMonitoringConfiguration.UserWorkloadEnabled {
c.UserWorkloadConfiguration, err = o.loadUserWorkloadConfig()
if err != nil {

return nil, err
}
}

Expand Down

0 comments on commit 08b56d1

Please sign in to comment.