summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 77685cd..e144c1d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -11,7 +11,7 @@ class wordpress {
$real_wordpress_locale = $wordpress_locale ? {
'' => '',
- default => '-$wordpress_locale'
+ default => "-${wordpress_locale}"
}
file { "/usr/local/sbin/wordpress":