TODO: "revert" non-typo

Change-Id: Ibbeb4458970f66b5b8aeba3d769d065a43e8cdd9
This commit is contained in:
mpl 2013-06-13 01:59:27 +02:00
parent c31c97186a
commit b198c00cde
1 changed files with 2 additions and 2 deletions

4
TODO
View File

@ -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.