Skip to content

Commit 76f1496

Browse files
Debugging
1 parent def359b commit 76f1496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ccm/ccm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const (
129129
func Status() (map[string]Host, error) {
130130
// TODO: parse into struct to manipulate
131131
out, err := execCmd("status", "-v")
132+
println(string(out.Bytes()))
132133
if err != nil {
133134
return nil, err
134135
}

0 commit comments

Comments
 (0)