Commit 1ed78d24 authored by Derek Willian Stavis's avatar Derek Willian Stavis

Merge pull request #46 from jeremiejig/fixissue#45

omf.bundle.install: Fix #45 by using `name_or_url` instead of `name` 
parents cb9d01d4 8d1b4dc8
...@@ -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