Skip to content

Commit 4dd5b51

Browse files
committed
fix: indentation
1 parent 30713af commit 4dd5b51

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
var rootCmd = &cobra.Command{
1414
Use: "hyperbolic",
1515
Short: "Hyperbolic CLI for renting remote GPU instances",
16-
Long: `Hyperbolic CLI allows you to rent remote GPU instances on Hyperbolic.
17-
Please create an account at https://app.hyperbolic.ai/ to get started, and make sure to upload your SSH public key in settings.`,
16+
Long: `Hyperbolic CLI allows you to rent remote GPU instances on Hyperbolic.
17+
Please create an account at https://app.hyperbolic.ai/ to get started, and make sure to upload your SSH public key in settings.`,
1818
// Uncomment the following line if your bare application
1919
// has an action associated with it:
2020
// Run: func(cmd *cobra.Command, args []string) { },
@@ -32,7 +32,7 @@ func Execute() {
3232
func init() {
3333
// Hide the completion command from help output
3434
rootCmd.CompletionOptions.DisableDefaultCmd = true
35-
35+
3636
// Here you will define your flags and configuration settings.
3737
// Cobra supports persistent flags, which, if defined here,
3838
// will be global for your application.

hyperbolic

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)