Skip to content

Commit

Permalink
feat: update vault-handler manifest source to konstructio (#2289)
Browse files Browse the repository at this point in the history
* feat: update vault-handler manifest source to konstructio

* typo Successfully
  • Loading branch information
muse-sisay committed Sep 19, 2024
1 parent a1dd5b8 commit c1f5b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c1f5b51

Please sign in to comment.