Skip to content

Commit

Permalink
Fix AddOn auto client
Browse files Browse the repository at this point in the history
After its refactorization in b0d2901, the #main method is no longer
available. Using #run instead.
  • Loading branch information
dgdavid committed Aug 30, 2018
1 parent 85d18bc commit 94171a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/add-on_auto.rb
@@ -1,3 +1,3 @@
require "add-on/clients/add-on_auto"

Yast::AddOnAutoClient.new.main
Yast::AddOnAutoClient.new.run

0 comments on commit 94171a3

Please sign in to comment.