Skip to content

Commit 9d23433

Browse files
committed
correct alias
1 parent 11463cd commit 9d23433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ func main() {
1212
terraformCmd := &cobra.Command{
1313
Use: "terraform",
1414
Short: "Root command of the Atlas CLI plugin for MongoDB Atlas Provider",
15+
Aliases: []string{"tf"},
1516
}
1617

1718
terraformCmd.AddCommand(
@@ -25,7 +26,6 @@ func main() {
2526
HiddenDefaultCmd: true,
2627
}
2728
rootCmd := &cobra.Command{
28-
Aliases: []string{"tf"},
2929
DisableFlagParsing: true,
3030
DisableAutoGenTag: true,
3131
DisableSuggestions: true,

0 commit comments

Comments
 (0)