From 4226cbd8020253b010fb44d395db12efe68e1272 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 21 Sep 2023 22:30:17 -0400 Subject: Rename BIZ_ROOT to CODEROOT BIZ_ROOT was too specific. CODEROOT allows for other (non-biz) projects to live in the root of the repo. I didn't want to call it GIT_ROOT because maybe someday I won't want to use git. But I'll never not use code. --- Biz/Lint.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Lint.hs') diff --git a/Biz/Lint.hs b/Biz/Lint.hs index bc91f34..62ddba7 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -41,7 +41,7 @@ main = Cli.main <| Cli.Plan help move test pure move :: Cli.Arguments -> IO () move args = - Environment.getEnv "BIZ_ROOT" +> \root -> + Environment.getEnv "CODEROOT" +> \root -> case Cli.getAllArgs args (Cli.argument "file") of [] -> changedFiles -- cgit v1.2.3