[Fuego] [PATCH 07/11] make_pre_run_file: use spaces

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Sep 25 06:58:48 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/functions.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/engine/scripts/functions.sh b/engine/scripts/functions.sh
index 21a4b00..7a6940a 100755
--- a/engine/scripts/functions.sh
+++ b/engine/scripts/functions.sh
@@ -705,10 +705,10 @@ function make_pre_run_file {
     "duration_ms": 0,
     "metadata" : {
         "board": "$NODE_NAME",
-	"build_number": "$BUILD_NUMBER",
-	"compiled_on": "docker",
-	"fuego_core_version": "$FUEGO_CORE_VERSION",
-	"fuego_version": "$FUEGO_VERSION",
+        "build_number": "$BUILD_NUMBER",
+        "compiled_on": "docker",
+        "fuego_core_version": "$FUEGO_CORE_VERSION",
+        "fuego_version": "$FUEGO_VERSION",
         "host_name": "$FUEGO_HOST",
         "keep_log": "true",
         "reboot": "$Reboot",
-- 
2.7.4



More information about the Fuego mailing list