Skip to content

Commit

Permalink
fixes bad error ref (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Oct 23, 2023
1 parent f53fb37 commit c3057db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func runK3d(cmd *cobra.Command, args []string) error {
viper.Set("kbot.username", "kbot")
viper.Set("kubefirst-checks.kbot-setup", true)
viper.WriteConfig()
telemetry.SendEvent(segClient, telemetry.KbotSetupCompleted, err.Error())
telemetry.SendEvent(segClient, telemetry.KbotSetupCompleted, "")
log.Info().Msg("kbot-setup complete")
progressPrinter.IncrementTracker("preflight-checks", 1)
} else {
Expand Down

0 comments on commit c3057db

Please sign in to comment.