Skip to content

Commit

Permalink
changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 11, 2016
1 parent 55c24f6 commit 3ee9e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/yast2-installation.changes
Expand Up @@ -2,7 +2,7 @@
Fri Nov 11 13:50:06 UTC 2016 - jreidinger@suse.com

- Do not crash if importing ssh config from system which
/etc/os-release missing pretty name (bsc#1009492)
/etc/os-release does not contain pretty name (bsc#1009492)
- 3.2.7

-------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion test/ssh_config_test.rb
Expand Up @@ -49,7 +49,7 @@
expect(root2.system_name).to eq _("Linux")
end

it "uses name and version when PRETTY_NAME missing in /etc/os-release" do
it "uses name and version when PRETTY_NAME is missing in /etc/os-release" do
root3 = described_class.from_dir(root3_dir)
expect(root3.system_name).to eq _("SUSE 10")
end
Expand Down

0 comments on commit 3ee9e12

Please sign in to comment.