Skip to content

Commit

Permalink
Merge pull request #577 from reshke/patch-1
Browse files Browse the repository at this point in the history
Fix typo in stolon nemesis.clj
  • Loading branch information
aphyr authored Jul 22, 2023
2 parents 197a693 + a86f880 commit a8d4ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stolon/src/jepsen/stolon/nemesis.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[time :as nt]]))

(defn nemesis-package
"Constructs a nemesis and generators for MongoDB."
"Constructs a nemesis and generators for Stolon."
[opts]
(let [opts (update opts :faults set)]
(nc/nemesis-package opts)))

0 comments on commit a8d4ac5

Please sign in to comment.