We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b89af4 commit 4c77fe2Copy full SHA for 4c77fe2
cmd/uncloudd/main.go
@@ -55,5 +55,4 @@ func main() {
55
}()
56
57
cobra.CheckErr(cmd.ExecuteContext(ctx))
58
-
59
}
internal/machine/network.go
@@ -191,10 +191,10 @@ func (nc *networkController) Run(ctx context.Context) error {
191
})
192
193
errGroup.Go(func() error {
194
- slog.Info("Starting Caddyfile controller.")
+ slog.Info("Starting Caddyconfig controller.")
195
if err := nc.caddyfileCtrl.Run(ctx); err != nil {
196
//goland:noinspection GoErrorStringFormat
197
- return fmt.Errorf("Caddyfile controller failed: %w", err)
+ return fmt.Errorf("Caddyconfig controller failed: %w", err)
198
199
return nil
200
0 commit comments