From 91175384df075b99e2a39c569acd4f1c88700056 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Tue, 21 Apr 2009 12:23:23 +0800 Subject: [PATCH] Fixed table definition Signed-off-by: Sam Pullara --- github/github.issues.closed.xml | 2 +- github/github.issues.open.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github/github.issues.closed.xml b/github/github.issues.closed.xml index ef37e7b1..1f37b04b 100644 --- a/github/github.issues.closed.xml +++ b/github/github.issues.closed.xml @@ -6,7 +6,7 @@ select * from {table} where id='spullara' and repo='yql-tables' - http://github.com/api/v2/xml/issues/list/{id}/{repo}/closed diff --git a/github/github.issues.open.xml b/github/github.issues.open.xml index bf661991..44088879 100644 --- a/github/github.issues.open.xml +++ b/github/github.issues.open.xml @@ -6,7 +6,7 @@ select * from {table} where id='spullara' and repo='yql-tables' - http://github.com/api/v2/xml/issues/list/{id}/{repo}/open