This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit e493f07bef4162c9440d0d4c3ffb520fa9f75d97
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Wed Feb 21 15:24:09 2018 -0700

    fix sql syntax
---
 traffic_ops/traffic_ops_golang/asn/asns.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/traffic_ops_golang/asn/asns.go 
b/traffic_ops/traffic_ops_golang/asn/asns.go
index b2a129f..6e8c0d6 100644
--- a/traffic_ops/traffic_ops_golang/asn/asns.go
+++ b/traffic_ops/traffic_ops_golang/asn/asns.go
@@ -314,7 +314,7 @@ func updateQuery() string {
        query := `UPDATE
 asn SET
 asn=:asn,
-cachegroup=:cachegroup,
+cachegroup=:cachegroup
 WHERE id=:id RETURNING last_updated`
        return query
 }

-- 
To stop receiving notification emails like this one, please contact
dang...@apache.org.

Reply via email to