Skip to content

Commit 9539f24

Browse files
committed
fixup: undo spurious character added
1 parent 4bd7f30 commit 9539f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/synchronization/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func newSession(
166166
)
167167
if err != nil {
168168
logger.Info("Beta connection failure:", err)
169-
return nil, fmt.Errorf("unable to connect to beta_: %w", err)
169+
return nil, fmt.Errorf("unable to connect to beta: %w", err)
170170
}
171171
}
172172

0 commit comments

Comments
 (0)