From 33d602bb9304b2daf54a5754f5fb51cfcad350dc Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 27 Oct 2014 20:04:00 -0400 Subject: 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. --- tools/git-submodule/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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" -- cgit v1.2.3