summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-04-24 09:24:19 +0200
committerAlex Legler <alex@a3li.li>2014-04-24 09:24:19 +0200
commit0d4eb526aa73122f08a670cb05295ec7d4418cb9 (patch)
tree77682a0009d14abd7a4ea77c97fbfce4ff92d4bf
parentAdapt to new Bugzilla API. (diff)
downloadglsamaker-0d4eb526aa73122f08a670cb05295ec7d4418cb9.tar.gz
glsamaker-0d4eb526aa73122f08a670cb05295ec7d4418cb9.tar.bz2
glsamaker-0d4eb526aa73122f08a670cb05295ec7d4418cb9.zip
Typooooooooo
-rw-r--r--lib/bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bugzilla.rb b/lib/bugzilla.rb
index 19c077a..973c2d7 100644
--- a/lib/bugzilla.rb
+++ b/lib/bugzilla.rb
@@ -77,7 +77,7 @@ module Bugzilla
rpc_data['whiteboard'] = changes[:whiteboard] if changes.has_key?(:whiteboard)
rpc_data['url'] = changes[:url] if changes.has_key?(:url)
rpc_data['resolution'] = changes[:resolution] if changes.has_key?(:resolution)
- rpd_data['token'] = token
+ rpc_data['token'] = token
result = client.call('Bug.update', rpc_data)
result['bugs'].first