From 49b084c0c480ad057de63320f8d97d41d167e049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20D=C3=BCvel?= Date: Fri, 7 Jan 2022 17:31:46 +0100 Subject: [PATCH] remove todo --- lib/utils.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index 3d72986..c38c51d 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -2,7 +2,6 @@ set -euo pipefail -# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for zprint. GH_REPO="https://github.com/kkinnear/zprint" TOOL_NAME="zprint" TOOL_TEST="zprint -v"