Commit 8d1b4dc8 authored by jeremiejig's avatar jeremiejig

Using raw `name_or_url` instead of `name`.

parent cb9d01d4
...@@ -14,12 +14,12 @@ function omf.bundle.install ...@@ -14,12 +14,12 @@ function omf.bundle.install
switch $type switch $type
case "package" case "package"
if not contains $name $packages if not contains $name $packages
omf.install --pkg $name omf.install --pkg $name_or_url
end end
case "theme" case "theme"
if not contains $name $themes if not contains $name $themes
omf.install --theme $name omf.install --theme $name_or_url
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment