Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 8de79d4

Browse files
authored
Merge pull request #613 from simonwydooghe/patch-1
Fix typo in command listing
2 parents 5066a5e + 9bdb2b5 commit 8de79d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/calculator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var (
1414
cmdCalculator = &cobra.Command{
1515
Use: "calculator",
16-
Short: "Discovery the monthly cost of your cluster",
16+
Short: "Discover the monthly cost of your cluster",
1717
Long: ``,
1818
RunE: runCmdCalculator,
1919
SilenceUsage: true,

0 commit comments

Comments
 (0)