From 5bd13afd56c4b4c67448579df69bf78cbd9993c8 Mon Sep 17 00:00:00 2001 From: Cy Pokhrel Date: Mon, 28 Oct 2024 17:29:41 -0400 Subject: [PATCH] rename config file --- install.conf.yaml => conf.yml | 0 install | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename install.conf.yaml => conf.yml (100%) diff --git a/install.conf.yaml b/conf.yml similarity index 100% rename from install.conf.yaml rename to conf.yml diff --git a/install b/install index 5a7e72c..a01cf8e 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -e -CONFIG="install.conf.yaml" +CONFIG="conf.yml" DOTBOT_DIR="dotbot" DOTBOT_BIN="bin/dotbot"