From 09322467d6a4638f6fba53ce2e0112c235d65cca Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 6 Feb 2025 18:36:51 -0800 Subject: [PATCH] hledger-flow: lib: symlink to finance's lib_utils Although this would usually break modularity, this may be the exception. --- container/src/hledger-flow/lib/lib_utils.bash | 1 + 1 file changed, 1 insertion(+) create mode 120000 container/src/hledger-flow/lib/lib_utils.bash diff --git a/container/src/hledger-flow/lib/lib_utils.bash b/container/src/hledger-flow/lib/lib_utils.bash new file mode 120000 index 0000000..6720ee3 --- /dev/null +++ b/container/src/hledger-flow/lib/lib_utils.bash @@ -0,0 +1 @@ +../../finance/lib/internal/lib_utils.bash \ No newline at end of file