Signed-off-by: geraldo netto <[email protected]> --- embulk-example/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/embulk-example/GET b/embulk-example/GET index 7015e60..31edd38 100755 --- a/embulk-example/GET +++ b/embulk-example/GET @@ -4,7 +4,7 @@ VERSION=0.6.17 rm -rf ROOTFS mkdir -p ROOTFS cd ROOTFS -wget --no-iri https://bintray.com/artifact/download/embulk/maven/embulk-${VERSION}.jar -O embulk.jar +wget -c --no-iri https://bintray.com/artifact/download/embulk/maven/embulk-${VERSION}.jar -O embulk.jar java -jar embulk.jar example ./try1 mv try1/example.yml try1/example.yml.orig sed -e 's/^.*path_prefix.*$/ path_prefix: ".\/try1\/csv\/sample_"/g' try1/example.yml.orig > try1/example.yml -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
