Skip to content

Commit

Permalink
Clean up start node X task name
Browse files Browse the repository at this point in the history
  • Loading branch information
dagguh committed Jan 9, 2024
1 parent 118a356 commit 2ce0c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
## [Unreleased]
[Unreleased]: https://github.com/atlassian/aws-infrastructure/compare/release-3.1.4...master

### Fixed
- Clean up `start node X` task name.

## [3.1.4] - 2024-01-03
[3.1.4]: https://github.com/atlassian/aws-infrastructure/compare/release-3.1.3...release-3.1.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ internal class DiagnosableStoppedNode(
} catch (e: Exception) {
throw Exception("Failed to start $nodeIdentifier", e)
}

override fun toString() = node.toString()
}

0 comments on commit 2ce0c72

Please sign in to comment.