From b198c00cde410118863ba2dbdd1341a210cb7c5e Mon Sep 17 00:00:00 2001 From: mpl Date: Thu, 13 Jun 2013 01:59:27 +0200 Subject: [PATCH] TODO: "revert" non-typo Change-Id: Ibbeb4458970f66b5b8aeba3d769d065a43e8cdd9 --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index de5cd6e6c..7c53ab184 100644 --- a/TODO +++ b/TODO @@ -19,8 +19,8 @@ Offline list: Users' options will be either a) use make.go to get a fully static binary (with all of Closure zembed-ed), or b) use "go install" and get a binary that requires configuration to tell it where files on - disk are. On start-up, if the UI is not configured, the UI should - fail and say "You didn't configure the path to the UI & Closure + disk are. On start-up, if the UI is configured, the UI should fail + and say "You didn't configure the path to the UI & Closure directories". make.go could further have a flag.Bool to do the zembed, defaulting to true.