#70 Fixed typo
Merged 8 years ago by ralph. Opened 8 years ago by shalini.
shalini/fedora-hubs bugfix/updates2stable  into  develop

@@ -56,7 +56,7 @@ 

      if response.status_code == 200:

          data = response.json()

  

-         # Limit it this to only the updates that haven't already requested stable

+         # Limit this to only the updates that haven't already requested stable

          # but which can actually be pushed to stable now.

          data['updates'] = [

              update for update in data['updates']

no initial comment
Metadata