summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-10-27 20:04:00 -0400
committerAnish Athalye <me@anishathalye.com>2014-10-27 20:31:40 -0400
commit33d602bb9304b2daf54a5754f5fb51cfcad350dc (patch)
tree98209eed7081309a14612d4be5c244cc2d3257d5 /tools
parentafebc0bb2fe817778f77d0fcfe30e508bf15d441 (diff)
Add YAML support
Add support for YAML format configuration files. In addition, this commit adds instructions about YAML config files to the README, and it also changes the README to encourage use of YAML instead of JSON.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-submodule/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-submodule/install b/tools/git-submodule/install
index ba63987..b1baa33 100755
--- a/tools/git-submodule/install
+++ b/tools/git-submodule/install
@@ -2,7 +2,7 @@
set -e
-CONFIG="install.conf.json"
+CONFIG="install.conf.yaml"
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"