Skip to content

Commit

Permalink
fix conversion to symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 5, 2016
1 parent 4f1fa1a commit e09a1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
require "yast/rake"

Yast::Tasks.submit_to ENV["YAST_SUBMIT"] || :sle12sp2
Yast::Tasks.submit_to(ENV["YAST_SUBMIT"] ? ENV["YAST_SUBMIT"].to_sym : :sle12sp2)

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
Expand Down

0 comments on commit e09a1e8

Please sign in to comment.