Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: AlbertoSH <[email protected]>
  • Loading branch information
sanzalb committed Jul 2, 2019
1 parent 713e3a8 commit aea2cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-istio/compare/0.1.0...HEAD

- Fixed typo

## [0.1.0][] - 2018-12-06

[0.1.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-istio/tree/0.1.0

### Added

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion chaosistio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ def load_exported_activities() -> List[DiscoveredActivities]:
"""
activities = []
activities.extend(discover_actions("chaosistio.fault.actions"))
activities.extend(discover_probes("chaosisio.fault.probes"))
activities.extend(discover_probes("chaosistio.fault.probes"))
return activities

0 comments on commit aea2cc7

Please sign in to comment.