aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/compose/upstream.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/compose/upstream.pp b/manifests/compose/upstream.pp
index 05d06db..c1cd20c 100644
--- a/manifests/compose/upstream.pp
+++ b/manifests/compose/upstream.pp
@@ -7,6 +7,6 @@ class docker::compose::upstream(
exec { 'get-docker-compoe':
command => "/usr/bin/curl -L \"${url}\" -o ${dest} && chmod +x ${dest}",
- creeats => "${dest}",
+ creates => "${dest}",
}
}