diff options
author | Dustin J. Mitchell <dustin@v.igoro.us> | 2012-07-11 16:46:12 -0500 |
---|---|---|
committer | Dustin J. Mitchell <dustin@v.igoro.us> | 2012-07-11 16:46:12 -0500 |
commit | 092afd419326fd33b221ab3f6ec5167b3059668e (patch) | |
tree | 2437cc4e3c3f1398f4d7053b2ba298cbfafdcec9 | |
parent | 4d1977b2c47164daf41dfca2245806ed745933f4 (diff) | |
download | puppet-concat-092afd419326fd33b221ab3f6ec5167b3059668e.tar.gz puppet-concat-092afd419326fd33b221ab3f6ec5167b3059668e.tar.bz2 |
Remove spurious 'e' character.
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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}") } } |