Skip to content

Commit

Permalink
ci failure check commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Aug 10, 2022
1 parent 4e80bc2 commit dc1b5fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/cmd/check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package cmd

import (
"fmt"

"github.com/apex/log"
"github.com/spf13/cobra"
"github.com/tarantool/tt/cli/cmdcontext"
Expand All @@ -22,6 +24,7 @@ func NewCheckCmd() *cobra.Command {
}
},
}
fmt.Printf("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")

return checkCmd
}
Expand Down

0 comments on commit dc1b5fb

Please sign in to comment.