Skip to content

Commit

Permalink
Fix provision command completion
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Jan 17, 2019
1 parent f536401 commit 0295d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (c *ProvisionCommand) AutocompleteFlags() complete.Flags {

func (c *ProvisionCommand) PredictEnvironment() complete.PredictFunc {
return func(args complete.Args) []string {
fmt.Println(args.Completed)
switch len(args.Completed) {
case 1:
return c.Trellis.EnvironmentNames()
Expand Down

0 comments on commit 0295d39

Please sign in to comment.