Explorar el Código

fix indentation on circleci

AjayTripathy hace 7 años
padre
commit
8bf6fe85c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -13,8 +13,8 @@ jobs:
     machine: true
     filters:
       branches:
-      only:
-        - master
+        only:
+          - master
     steps:
       - checkout
       - run: |