snippets/s3_docker_import.erb in dockly-1.13.0 vs snippets/s3_docker_import.erb in dockly-2.0.0

- old
+ new

@@ -1,8 +1,8 @@ s3_docker_import_fn() { s3_path="<%= data[:s3_url] %>" log "fetch: starting to fetch $s3_path" - s3cmd -f get $s3_path - 2> >(log) + aws s3 cp --quiet $s3_path - 2> >(log) log "fetch: successfully fetched $s3_path" } docker_import() { repo=<%= data[:repo] %>