Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix: better error message if dashboard doesnt open (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Gyanendra Mishra <[email protected]>
  • Loading branch information
h4ck3rk3y authored Jul 16, 2024
1 parent 741e2e5 commit ce8804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kardinal-cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var dashboardCmd = &cobra.Command{
}
tenantUuidStr := tenantUuid.String()
if err := multi_os_cmd_executor.OpenFile(path.Join(consts.KardinalDevURL, tenantUuidStr)); err != nil {
log.Fatal("Error occurred opening the dashboard", err)
log.Fatal("Error occurred opening the Kardinal dashboard", err)
}
},
}
Expand Down

0 comments on commit ce8804b

Please sign in to comment.