Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit 860ddb6

Browse files
Thomas Schuetzchristophenne
authored andcommitted
chore: remove redundant newline
Signed-off-by: Thomas Schuetz <thomas.schuetz@whizus.com>
1 parent 6073f86 commit 860ddb6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/bootstrap/bootstrap.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ type BootstrapClient struct {
3030

3131
const INSTALLMESSAGE = `
3232
## Installing GLASSKUBE ##
33-
🧊 The missing Package Manager for Kubernetes 📦
34-
`
33+
🧊 The missing Package Manager for Kubernetes 📦`
3534

3635
func NewBootstrapClient(version string, kubeconfig string, url string) (*BootstrapClient, error) {
3736
config, err := initKubeConfig(kubeconfig)

0 commit comments

Comments
 (0)