From 3922999ce9b5814b7ddac8c9cb208e3b75af9b98 Mon Sep 17 00:00:00 2001 From: Aditya Konarde Date: Tue, 5 Mar 2019 22:45:12 +0530 Subject: [PATCH] Fix bundle creation command (#34) Fix the absence of newline escape, which caused the qontract-bundler command to run separately and fail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738c36d..16fe5f1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ docker run --rm \ -v $SCHEMAS_DIR:/schemas:z \ -v $DATA_DIR:/data:z \ -v $RESOURCES_DIR:/resources:z \ - quay.io/app-sre/qontract-validator:latest + quay.io/app-sre/qontract-validator:latest \ qontract-bundler /schemas /data /resources > $BUNDLES_DIR/bundle.json ```