From 812c82deb212393138f5df27c785c421f8e9058b Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Mon, 3 Apr 2017 16:32:47 -0500 Subject: [PATCH] fixes syntax error in buildspec.yml --- buildspec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 4a77af5..07b60e6 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -1,4 +1,4 @@ -version 0.1 +version: 0.1 environment_variables: plaintext: @@ -15,4 +15,3 @@ phases: commands: - python -m poc_scraper - python -m poc_modbus_server -