diff --git a/changelog.md b/changelog.md index 043515b..1f3a3fb 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Bundle `displayName` now showing up on the reports - Updated the `run` command with tons of docs - Mutually exclusive options for `run` command which never existed before for `bundles` and `directory` diff --git a/models/CLIRenderer.cfc b/models/CLIRenderer.cfc index 1d11910..ca0f2c5 100644 --- a/models/CLIRenderer.cfc +++ b/models/CLIRenderer.cfc @@ -57,7 +57,7 @@ component { arguments.print .line() .line( - "#getIndicator( thisStatus )##thisBundle.path# (#thisBundle.totalDuration# ms)", + "#getIndicator( thisStatus )##thisBundle.name# (#thisBundle.totalDuration# ms)", thisColor ) .line(