Commit feb2e3a7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix splitting of --search-domain option value.

Used the wrong method and didn't test :(
parent c4cd0704
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@ module JsDuck
          "Must be used together with --search-url option.",
          "",
          "This option is EXPERIMENTAL.") do |domain|
          @search[:product], @search[:version] = domain.slice(/\//)
          @search[:product], @search[:version] = domain.split(/\//)
        end

        opts.separator ""