aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-04-12 10:13:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-04-12 10:13:14 -0300
commit478da10c65dd0daf197ae4b533910d410d54274a (patch)
tree43861257ec82fd9cc7fa256bd0fe79ef90cc122b
parentd55ddef4bc958b2cb407ff2fed56ab2620fbaeb4 (diff)
downloadpuppet-docker-478da10c65dd0daf197ae4b533910d410d54274a.tar.gz
puppet-docker-478da10c65dd0daf197ae4b533910d410d54274a.tar.bz2
Fix: typo
-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}",
}
}