Skip to content

Commit 0295d39

Browse files
committed
Fix provision command completion
1 parent f536401 commit 0295d39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/provision.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ func (c *ProvisionCommand) AutocompleteFlags() complete.Flags {
135135

136136
func (c *ProvisionCommand) PredictEnvironment() complete.PredictFunc {
137137
return func(args complete.Args) []string {
138-
fmt.Println(args.Completed)
139138
switch len(args.Completed) {
140139
case 1:
141140
return c.Trellis.EnvironmentNames()

0 commit comments

Comments
 (0)