Fix update output showing created when only updating

This commit is contained in:
Marcus Whybrow 2012-08-12 01:26:11 +01:00
parent 532b592589
commit ed4d0bc53b

View File

@ -2090,7 +2090,7 @@ command_update() {
local creating="false"
files_need_updating && updating="true"
files_need_updating && creating="true"
files_need_creating && creating="true"
if [[ "$updating" == "false" ]] && [[ "$creating" == "false" ]]; then
echo " No. We're all done."