Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: sh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 committed Aug 24, 2023
1 parent 6410980 commit 9fa3fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/gtctl/cluster/get/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ func collectClusterInfoFromBareMetal(data *bmconfig.MetaConfig) (
fmt.Sprintf("CLUSTER-DIR: %s", data.ClusterDir),
}
if err != nil {
footers = append(footers, fmt.Sprintf("CLUSTER-CONFIG: error retreiving cluster config: %v", err))
footers = append(footers, fmt.Sprintf("CLUSTER-CONFIG: error retrieving cluster config: %v", err))
} else {
footers = append(footers, fmt.Sprintf("CLUSTER-CONFIG:\n%s", string(config)))
}

return
return headers, footers, bulk
}

// collectPidsForBareMetal returns the pid of each component.
Expand Down

0 comments on commit 9fa3fcc

Please sign in to comment.