From 1703644f47f43eb765b16b885ce0b7e1290af0b3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Apr 2020 08:16:06 +0200 Subject: [PATCH] More copy fixes [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e5cf3c..54017ef 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 up regardless whether the role under -test succeeds or fails. +internally and all resources are cleaned up regardless of whether the role +under test succeeds or fails. ## Support