Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vishiy committed Dec 4, 2024
1 parent 6223611 commit 98d2839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otelcollector/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ func main() {
if err := shared.Inotify(outputFile, "/etc/prometheus/certs"); err != nil {
log.Fatal(err)
}
}
else { //control-plane
} else { //control-plane
if err := shared.InotifyCCP(outputFile, "/etc/config/settings"); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 98d2839

Please sign in to comment.