diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-08-24 16:47:15 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-09-13 12:52:37 +0200 |
commit | 16312b9b41819772da7a7e2186875d6a6713c2e7 (patch) | |
tree | e86b293cad9d4edf25de7bc13aef83b80d46d5bb | |
parent | d36e4c370f4778823e8dd31bc4900bad011a7508 (diff) | |
download | golang-16312b9b41819772da7a7e2186875d6a6713c2e7.tar.gz |
Fix extra underscrore in templates file
-rw-r--r-- | debian/golang-weekly-tools.templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/golang-weekly-tools.templates b/debian/golang-weekly-tools.templates index d7f325b75..d1e3a4b18 100644 --- a/debian/golang-weekly-tools.templates +++ b/debian/golang-weekly-tools.templates @@ -1,7 +1,7 @@ Template: golang-weekly-tools/dashboard Type: boolean Default: true -_Description: Report installation of public packages to Go Dashboard? +Description: Report installation of public packages to Go Dashboard? goinstall reports the successful installation of the public packages to godashboard.appspot.com, which increments a count associated with the package and the time of its most recent installation. This |