Update command/agent/command.go

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Juana De La Cuesta
2025-04-23 23:18:09 +02:00
committed by GitHub
parent 39b3d63172
commit 9778a31e29

View File

@@ -1038,7 +1038,7 @@ func (c *Command) handleSignals() int {
sdNotifyReloading(sdSock)
err := c.handleReload()
if err != nil {
c.Ui.Output("Terminal error found while reloading")
c.Ui.Error(fmt.Sprintf("Fatal error while reloading: %v", err)
return 1
}