Skip to content

Commit

Permalink
Merge pull request #466 from imobach/fix-typo-finish-client
Browse files Browse the repository at this point in the history
Fix "when" key in FinishClient#info
  • Loading branch information
imobachgs committed May 9, 2016
2 parents 8b6db27 + 98cef65 commit 78f7cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/lib/installation/finish_client.rb
Expand Up @@ -90,7 +90,7 @@ def title
# Adapt the metadata for inst_finish API
def info
{
"when " => modes,
"when" => modes,
"steps" => steps,
"title" => title
}
Expand Down
5 changes: 5 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 9 10:24:27 UTC 2016 - igonzalezsosa@suse.com

- Fix "when" key in FinishClient#info

-------------------------------------------------------------------
Fri Apr 22 14:37:28 UTC 2016 - knut.anderssen@suse.com

Expand Down

0 comments on commit 78f7cfc

Please sign in to comment.