Skip to content

Commit aea2cc7

Browse files
committed
Fixed typo
Signed-off-by: AlbertoSH <alberto.sanz.herrero@gmail.com>
1 parent 713e3a8 commit aea2cc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

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

7+
- Fixed typo
78

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

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

1213
### Added
1314

14-
- Initial release
15+
- Initial release

chaosistio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ def load_exported_activities() -> List[DiscoveredActivities]:
118118
"""
119119
activities = []
120120
activities.extend(discover_actions("chaosistio.fault.actions"))
121-
activities.extend(discover_probes("chaosisio.fault.probes"))
121+
activities.extend(discover_probes("chaosistio.fault.probes"))
122122
return activities

0 commit comments

Comments
 (0)