From aeb9b75eb1031c8621db235a4da74efc21b4dcd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 08:15:41 +0200 Subject: [PATCH] Fix grammar [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dd8d44..9e5cf3c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This plugin allows you to do `molecule init role myrolename -d hetznercloud` and have Molecule provision on-demand Hetzner Cloud VPSes of your choice for your integration testing. New VPSes will be automagically created and provisioned on each `molecule test` run, SSH keys are generated and managed -internally and all resources are cleaned regardless whether the role under test -succeeds or fails. +internally and all resources are cleaned up regardless whether the role under +test succeeds or fails. ## Support