Commit 5260fd49 authored by Justin Hileman's avatar Justin Hileman

Merge pull request #287 from oranja/pkg-uptodate

bugfix: Core update reported failure when up-to-date
parents 0699c9ff 0fc99b38
......@@ -12,7 +12,8 @@ function omf.cli.update
end
if set -q update_core
if omf.core.update
omf.core.update
if test $status -ne 1
echo (omf::em)"Oh My Fish is up to date."(omf::off)
else
echo (omf::err)"Oh My Fish failed to update."(omf::off)
......
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