From: Dustin J. Mitchell Date: Wed, 11 Jul 2012 21:46:12 +0000 (-0500) Subject: Remove spurious 'e' character. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=092afd419326fd33b221ab3f6ec5167b3059668e;p=puppet-concat.git Remove spurious 'e' character. --- diff --git a/manifests/init.pp b/manifests/init.pp index bd9d751..c2b88a8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -139,7 +139,7 @@ define concat( $forceflag = '' } default: { -e fail("Improper 'force' value given to concat: ${force}") + fail("Improper 'force' value given to concat: ${force}") } }