From c1f5b51dffa729838c3f92dee6d63ac841f12f9f Mon Sep 17 00:00:00 2001 From: Muse Mulatu <48902323+muse-sisay@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:00:30 -0600 Subject: [PATCH] feat: update vault-handler manifest source to konstructio (#2289) * feat: update vault-handler manifest source to konstructio * typo Successfully --- cmd/k3d/create.go | 2 +- cmd/reset.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/k3d/create.go b/cmd/k3d/create.go index f70fefb4..8779ac31 100644 --- a/cmd/k3d/create.go +++ b/cmd/k3d/create.go @@ -977,7 +977,7 @@ func runK3d(cmd *cobra.Command, _ []string) error { if !executionControl { telemetry.SendEvent(segClient, telemetry.VaultInitializationStarted, "") - vaultHandlerPath := "github.com:kubefirst/manifests.git/vault-handler/replicas-1" + vaultHandlerPath := "github.com:konstructio/manifests.git/vault-handler/replicas-1" yamlData, err := kcfg.KustomizeBuild(vaultHandlerPath) if err != nil { diff --git a/cmd/reset.go b/cmd/reset.go index 399ddb8e..31848a9d 100755 --- a/cmd/reset.go +++ b/cmd/reset.go @@ -33,7 +33,7 @@ var resetCmd = &cobra.Command{ switch v := checksMap.(type) { case nil: // Handle the nil case explicitly - message := `# Succesfully reset` + message := `# Successfully reset` progress.Success(message) return nil case string: