]> gitweb.fluxo.info Git - puppet-concat.git/commitdiff
Remove spurious 'e' character.
authorDustin J. Mitchell <dustin@v.igoro.us>
Wed, 11 Jul 2012 21:46:12 +0000 (16:46 -0500)
committerDustin J. Mitchell <dustin@v.igoro.us>
Wed, 11 Jul 2012 21:46:12 +0000 (16:46 -0500)
manifests/init.pp

index bd9d75195185d842a706c5dc06c5146e1832efe8..c2b88a894a6d5799a26281ab3340e2a08e9e74de 100644 (file)
@@ -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}")
     }
   }