Skip to content

Commit

Permalink
Update cmd/cleanup.go
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Schoepp <[email protected]>
Signed-off-by: Thorsten Hans <[email protected]>
  • Loading branch information
ThorstenHans and calebschoepp authored Oct 10, 2024
1 parent 5db90f0 commit baa515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func cleanUp() error {

// The `docker stop` command will throw an error if there are no containers to stop
if len(containerIDs) == 0 {
fmt.Println("No Spin OTel resources found. Nothing to clean up.")
fmt.Println("No Spin OpenTelemetry resources found. Nothing to clean up.")
return nil
}

Expand Down

0 comments on commit baa515b

Please sign in to comment.