mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 16:30:12 -04:00
bazel tidy
This commit is contained in:
parent
3f51297db5
commit
5bcd295921
81 changed files with 430 additions and 429 deletions
|
@ -39,12 +39,12 @@ func main() {
|
|||
server, err := server.New(log, handler)
|
||||
if err != nil {
|
||||
log.With(slog.Any("error", err)).Error("Failed to create update server")
|
||||
os.Exit(1)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
err = server.Run(protocol, constants.UpgradeAgentSocketPath)
|
||||
if err != nil {
|
||||
log.With(slog.Any("error", err)).Error("Failed to start update server")
|
||||
os.Exit(1)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue