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 92929d5 commit 215ed8bCopy full SHA for 215ed8b
cmd/pg_unregister/main.go
@@ -30,7 +30,7 @@ func processUnregistration(ctx context.Context) error {
30
31
node, err := flypg.NewNode()
32
if err != nil {
33
- return fmt.Errorf("faied to initialize node: %s", err)
+ return fmt.Errorf("failed to initialize node: %s", err)
34
}
35
36
conn, err := node.RepMgr.NewLocalConnection(ctx)
0 commit comments