Commit 0fc99b38 authored by Itzik Ephraim's avatar Itzik Ephraim

bugfix: Core update reported failure when up-to-date

parent 0699c9ff
......@@ -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