Skip to content

Commit

Permalink
Revert empty select in agent
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Nov 14, 2017
1 parent 50304af commit aa7915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
if err := agent.Run(); err != nil {
return errors.Wrap(err, "Failed to run the agent")
}
return nil
select {}
},
}

Expand Down

0 comments on commit aa7915b

Please sign in to comment.