[or-cvs] r17421: {updater} fix typo (updater/trunk/samples)

nickm at seul.org nickm at seul.org
Sun Nov 30 16:00:52 UTC 2008


Author: nickm
Date: 2008-11-30 11:00:52 -0500 (Sun, 30 Nov 2008)
New Revision: 17421

Modified:
   updater/trunk/samples/example-package.cfg
Log:
fix typo

Modified: updater/trunk/samples/example-package.cfg
===================================================================
--- updater/trunk/samples/example-package.cfg	2008-11-30 11:00:32 UTC (rev 17420)
+++ updater/trunk/samples/example-package.cfg	2008-11-30 16:00:52 UTC (rev 17421)
@@ -42,7 +42,7 @@
 # # What do you call to install the package?
 # # This needs to be a list of strings.  ${FILE} is expanded to the file
 # # name.
-# command_install = [ {${FILE}", "--silent", "--automatic", "--omit-bugs", ]
+# command_install = [ "${FILE}", "--silent", "--automatic", "--omit-bugs", ]
 #
 # # Optional: a registry key, value pair for a version number that this
 # # package will set when it installs itself.  The exe is responsible for



More information about the tor-commits mailing list