Skip to content

Commit

Permalink
fix create_backup params
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 23, 2015
1 parent eb6b86b commit 23e9314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/migration/main_workflow.rb
Expand Up @@ -80,9 +80,9 @@ def create_backup
Yast::Update.create_backup(
"repos",
[
"/etc/zypp/repos.d/*",
"/etc/zypp/credentials",
"/etc/zypp/services.d/*"
"/etc/zypp/repos.d",
"/etc/zypp/credentials.d",
"/etc/zypp/services.d"
]
)

Expand Down

0 comments on commit 23e9314

Please sign in to comment.