Skip to content

Commit

Permalink
Use the "Desktop" lense for NetworkManager files
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 4, 2021
1 parent 075ea0a commit 31837b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cfa/nm_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class NmConnection < BaseModel
def initialize(path, file_handler: nil)
# FIXME: The Networkmanager lense writes the values surrounded by double
# quotes which is not valid
super(AugeasParser.new("Puppet.lns"), path, file_handler: file_handler)
super(AugeasParser.new("Desktop.lns"), path, file_handler: file_handler)
end

# Returns the augeas tree for the given section
Expand Down

0 comments on commit 31837b3

Please sign in to comment.