From e9d639f7d6f21498c450db36d46e1e6ac6c0b17e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Aug 2022 09:56:53 -0400 Subject: Remove some TODOs I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. --- Biz/Ide/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide') diff --git a/Biz/Ide/push b/Biz/Ide/push index a0109e8..f6b9b98 100755 --- a/Biz/Ide/push +++ b/Biz/Ide/push @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# TODO: convert to haskell, see: +# Eventually convert to haskell, see: # - https://github.com/awakesecurity/nix-deploy/blob/master/src/Main.hs # - http://www.haskellforall.com/2018/08/nixos-in-production.html prefix=$(echo $PWD | sed -e "s|^$BIZ_ROOT/*||g") -- cgit v1.2.3