From 3aca248e9d718c94dc9c89a09f2e4d73c49e9183 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 30 Jan 2022 22:03:43 -0500 Subject: [PATCH] Minor CHANGELOG fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747d403..33c761b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Fixes -- #121 - env.depends() does not work with built-root-relative "^/" paths +- #121 - env.depends() does not work with build-root-relative "^/" paths - #130 - Document -f command line option - #133 - Clarify failed command error message indicating to run -F - #134 - Document CMD_STDOUT variable for Command builder