File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package cmd
2
2
3
3
import (
4
4
_ "embed"
5
- "fmt"
6
5
6
+ log "github.com/charmbracelet/log"
7
7
"github.com/spf13/cobra"
8
8
9
9
"github.com/cloudposse/atmos/pkg/utils"
@@ -22,9 +22,9 @@ var supportCmd = &cobra.Command{
22
22
SilenceUsage : true ,
23
23
SilenceErrors : true ,
24
24
RunE : func (cmd * cobra.Command , args []string ) error {
25
- fmt . Println ( "________________________________________________________________________________ " )
25
+ log . Info ( "__________________________________________________ " )
26
26
utils .PrintfMarkdown ("%s" , supportMarkdown )
27
- fmt . Println ( "________________________________________________________________________________ " )
27
+ log . Info ( "__________________________________________________ " )
28
28
return nil
29
29
},
30
30
}
You can’t perform that action at this time.
0 commit comments