Fix omf update exit status (#365)

This commit is contained in:
Stephen M. Coakley 2016-07-18 18:25:02 -05:00 committed by Derek Willian Stavis
parent 818fdc954d
commit e4bd035f15

View File

@ -26,6 +26,7 @@ function omf.cli.update
end end
# Opt-in flag for testing # Opt-in flag for testing
set -q OMF_AUTO_RELOAD if set -q OMF_AUTO_RELOAD
and omf.cli.reload omf.cli.reload
end
end end