Skip to content

Commit ae38559

Browse files
committed
Test
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent effe6ce commit ae38559

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/server/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func ResolveDataDir(dataDir string) (string, error) {
4848
// PrepareServer prepares the server for operation. This includes setting paths
4949
// in ControlConfig, creating any certificates not extracted from the bootstrap
5050
// data, and binding request handlers.
51+
// TEST
5152
func PrepareServer(ctx context.Context, config *Config, cfg *cmds.Server) error {
5253
if err := setupDataDirAndChdir(&config.ControlConfig); err != nil {
5354
return err

0 commit comments

Comments
 (0)