Skip to content

Commit

Permalink
Code review: better name
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 15, 2017
1 parent e8132ee commit e0948ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/yast2-http-server.spec
Expand Up @@ -29,7 +29,7 @@ BuildRequires: yast2-network docbook-xsl-stylesheets doxygen libxslt perl-XML-Wr
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2 >= 3.1.118
Requires: yast2-network yast2-perl-bindings libzio
# FileChanges.new_created_files (bsc#1027582)
# FileChanges.created_files (bsc#1027582)
Requires: yast2 >= 3.1.213

BuildArchitectures: noarch
Expand Down
2 changes: 1 addition & 1 deletion src/modules/HttpServer.rb
Expand Up @@ -856,7 +856,7 @@ def AutoPackages
private

def backup_vhost_config
files = FileChanges.new_created_files(dynamic_files_to_check)
files = FileChanges.created_files(dynamic_files_to_check)
return if files.empty?

backup_dir = File.join(APACHE_VHOSTS_DIR, "YaSTsave")
Expand Down

0 comments on commit e0948ff

Please sign in to comment.