summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Afiune <afiune@chef.io>2015-10-26 16:17:55 -0700
committerSalim Afiune <afiune@chef.io>2015-10-26 16:17:55 -0700
commitb4efa5c6e3ed960791f65d785b8c7b987a485fca (patch)
treef3d6d7ad6ac4b97d3e9235837f53b18e5b7a6419
parentc739a5d02f3e871d6f8dd98577d6c8d0bc22724b (diff)
downloadchef-delivery.tar.gz
Fix .delivery/config.json typodelivery
-rw-r--r--.delivery/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.delivery/config.json b/.delivery/config.json
index 3538445b3b..58a6e0277d 100644
--- a/.delivery/config.json
+++ b/.delivery/config.json
@@ -4,10 +4,10 @@
"path": ".delivery/build-cookbook",
"name": "build-cookbook"
},
- "skip_phases": [
- "lint",
- "syntax",
- ],
+ "skip_phases": [
+ "lint",
+ "syntax"
+ ],
"build_nodes": {},
"dependencies": []
}