[refs #2161] Fix get_status call

This commit is contained in:
konstantin.grabar 2011-10-29 18:49:43 +04:00
parent 14bc7acc0b
commit 3daf1645ce
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class BuildServer
self.client.call('delete_build_list', idlist)
end
def get_status
def self.get_status
self.client.call('get_status')
end