Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Oct 17, 2024
1 parent def359b commit 76f1496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ccm/ccm.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const (
func Status() (map[string]Host, error) {
// TODO: parse into struct to manipulate
out, err := execCmd("status", "-v")
println(string(out.Bytes()))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 76f1496

Please sign in to comment.