Skip to content

Commit

Permalink
fix: typo (#463)
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com>
  • Loading branch information
rakshitgondwal and thschue committed May 26, 2023
1 parent 5cf4fc5 commit 1b86a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var versionCmd = &cobra.Command{
}
}
}
fmt.Printf("ks8gpt: %s (%s), built at: %s\n", Version, Commit, Date)
fmt.Printf("k8sgpt: %s (%s), built at: %s\n", Version, Commit, Date)
},
}

Expand Down

0 comments on commit 1b86a6f

Please sign in to comment.